diff options
author | funemy | 2022-10-25 07:14:52 +0000 |
---|---|---|
committer | funemy | 2022-10-25 07:14:52 +0000 |
commit | 998ef837b43203319397f191036a97a5adc42220 (patch) | |
tree | 920558bd60d282c663fd2da1cd4144cac1849a1d /entries/lilylin/fractran/Cargo.toml | |
parent | fdac6c60e115297a58f5b81da0c4b7f18ac758f2 (diff) | |
parent | ce7544a6db594f7d3dfad0d7dc65d01515e57ad6 (diff) |
Merge branch 'main' of github.com:braxtonhall/fib
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" |