diff options
author | Lily Lin | 2022-10-25 05:46:06 +0000 |
---|---|---|
committer | Lily Lin | 2022-10-25 05:46:06 +0000 |
commit | 2222d48075ab6d225f3cff7b444e35c70c7472fb (patch) | |
tree | 5e6a3d65325762ac7bfc3f9eeccfa42bbb7b4582 /entries/lilylin/fractran/Cargo.toml | |
parent | bd57417ffbfbb4c8cce53465835ddc9bdfa86dc9 (diff) |
Add entries
Diffstat (limited to 'entries/lilylin/fractran/Cargo.toml')
-rw-r--r-- | entries/lilylin/fractran/Cargo.toml | 12 |
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" |