diff options
author | Lily Lin | 2022-10-25 07:09:05 +0000 |
---|---|---|
committer | Lily Lin | 2022-10-25 07:09:05 +0000 |
commit | 7509f7f46d0511454dccce2d52545c045cb67e57 (patch) | |
tree | 70ab3d3e447e265bf22145a4bc847c9f6f4b5f73 /entries/lilylin/fractran/Cargo.toml | |
parent | bea8092ecca8f4bf61a4df88c06f4eeb61ab3a56 (diff) |
Much simpler fractran program
Why did I commit the complex one in the first place...
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" |