diff options
author | funemy | 2022-10-25 09:14:27 +0000 |
---|---|---|
committer | funemy | 2022-10-25 09:14:27 +0000 |
commit | fcb5f2ad8d901f1df33ada07e6888ab05806f33a (patch) | |
tree | 3197b98ae26924add5dbb8fc0103ae27e71da9a1 /entries/lilylin/fractran/Cargo.lock | |
parent | 2f43aade2ed78389b32fd48598a2bf85ca9fdd9c (diff) | |
parent | 9375f87d202403e93ea4196e60de24fd9a9ea065 (diff) |
Merge branch 'main' of github.com:braxtonhall/fib
Diffstat (limited to 'entries/lilylin/fractran/Cargo.lock')
-rw-r--r-- | entries/lilylin/fractran/Cargo.lock | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/entries/lilylin/fractran/Cargo.lock b/entries/lilylin/fractran/Cargo.lock deleted file mode 100644 index b6e9f09..0000000 --- a/entries/lilylin/fractran/Cargo.lock +++ /dev/null @@ -1,61 +0,0 @@ -# This file is automatically @generated by Cargo. -# It is not intended for manual editing. -version = 3 - -[[package]] -name = "anyhow" -version = "1.0.66" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6" - -[[package]] -name = "autocfg" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" - -[[package]] -name = "fractran-rust" -version = "0.1.0" -dependencies = [ - "anyhow", - "num-bigint", - "num-traits", - "primes", -] - -[[package]] -name = "num-bigint" -version = "0.4.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f" -dependencies = [ - "autocfg", - "num-integer", - "num-traits", -] - -[[package]] -name = "num-integer" -version = "0.1.45" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" -dependencies = [ - "autocfg", - "num-traits", -] - -[[package]] -name = "num-traits" -version = "0.2.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" -dependencies = [ - "autocfg", -] - -[[package]] -name = "primes" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68a61082d8bceecd71a3870e9162002bb75f7ba9c7aa8b76227e887782fef9c8" |