aboutsummaryrefslogtreecommitdiff
path: root/entries/lilylin/fractran/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'entries/lilylin/fractran/Cargo.toml')
-rw-r--r--entries/lilylin/fractran/Cargo.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/entries/lilylin/fractran/Cargo.toml b/entries/lilylin/fractran/Cargo.toml
new file mode 100644
index 0000000..8d733ff
--- /dev/null
+++ b/entries/lilylin/fractran/Cargo.toml
@@ -0,0 +1,12 @@
+[package]
+name = "fractran-rust"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
+anyhow = "1.0.65"
+num-bigint = "0.4.3"
+num-traits = "0.2.15"
+primes = "0.3.0"