diff options
Diffstat (limited to 'lvc/Cargo.lock')
-rw-r--r-- | lvc/Cargo.lock | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/lvc/Cargo.lock b/lvc/Cargo.lock index d7bc0da..aa2f8b5 100644 --- a/lvc/Cargo.lock +++ b/lvc/Cargo.lock @@ -3,6 +3,14 @@ version = 3 [[package]] +name = "app" +version = "0.1.0" +dependencies = [ + "bv1", + "clap", +] + +[[package]] name = "autocfg" version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -15,6 +23,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] +name = "bv1" +version = "0.1.0" +dependencies = [ + "rayon", +] + +[[package]] name = "cc" version = "1.0.79" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -189,14 +204,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4" [[package]] -name = "lvc" -version = "0.1.0" -dependencies = [ - "clap", - "rayon", -] - -[[package]] name = "memoffset" version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" |