diff options
author | Nick Gerace <nickagerace@gmail.com> | 2020-11-26 11:28:41 -0500 |
---|---|---|
committer | Nick Gerace <nickagerace@gmail.com> | 2020-11-26 11:36:47 -0500 |
commit | b483f55b60f647893989289eef5b1cb90525ca6b (patch) | |
tree | f4dfe480285674f25f333fb7299029f5610c9075 /Cargo.lock | |
parent | 84962f609c1ea0e3255a778683e38f83b58f833c (diff) | |
download | gfold-b483f55b60f647893989289eef5b1cb90525ca6b.zip |
Refactor library into driver and util files
Refactor library into driver and util files. This library layout helps
organize the gfold API.
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 11 |
1 files changed, 2 insertions, 9 deletions
@@ -125,12 +125,6 @@ dependencies = [ ] [[package]] -name = "const_fn" -version = "0.4.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c478836e029dcef17fb47c89023448c64f781a046e0300e257ad8225ae59afab" - -[[package]] name = "constant_time_eq" version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -138,13 +132,12 @@ checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" [[package]] name = "crossbeam-utils" -version = "0.8.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec91540d98355f690a86367e566ecad2e9e579f230230eb7c21398372be73ea5" +checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d" dependencies = [ "autocfg", "cfg-if 1.0.0", - "const_fn", "lazy_static", ] |