diff options
author | Braxton Hall | 2022-10-25 07:23:00 +0000 |
---|---|---|
committer | GitHub | 2022-10-25 07:23:00 +0000 |
commit | a0abfebaf87e7ebd7d32dbc0a8225c1e803aa914 (patch) | |
tree | 6b8ab21e4becbad54372f1f2bd4decccfbb76863 /entries/lilylin/fractran/Cargo.toml | |
parent | ce7544a6db594f7d3dfad0d7dc65d01515e57ad6 (diff) | |
parent | 0ed18c72ac8be49badd4b0542faf9b75c6fbce0b (diff) |
Merge pull request #40 from rctcwyvrn/lily
Simplify fractran fib
Diffstat (limited to 'entries/lilylin/fractran/Cargo.toml')
-rw-r--r-- | entries/lilylin/fractran/Cargo.toml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/entries/lilylin/fractran/Cargo.toml b/entries/lilylin/fractran/Cargo.toml deleted file mode 100644 index 8d733ff..0000000 --- a/entries/lilylin/fractran/Cargo.toml +++ /dev/null @@ -1,12 +0,0 @@ -[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" |