diff --git a/dev/cmp/Cargo.lock b/dev/cmp/Cargo.lock index 45df009..cd9ce87 100644 --- a/dev/cmp/Cargo.lock +++ b/dev/cmp/Cargo.lock @@ -1,12 +1,3 @@ -[root] -name = "cmp" -version = "0.1.0" -dependencies = [ - "lewton 0.8.0", - "test-assets 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "vorbis 0.0.14 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "byteorder" version = "1.1.0" @@ -22,6 +13,15 @@ name = "cfg-if" version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" +[[package]] +name = "cmp" +version = "0.1.0" +dependencies = [ + "lewton 0.8.0", + "test-assets 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "vorbis 0.0.14 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "curl" version = "0.4.11"