X-Git-Url: https://git.ralfj.de/rust-101.git/blobdiff_plain/bfcb8f515cc956fca8d44e76d2ecb33d3de591fe..9f9b301fd5e86ae4b8cf743f80a129e4addb3635:/solutions/Cargo.lock diff --git a/solutions/Cargo.lock b/solutions/Cargo.lock index 68fc9cc..577ad48 100644 --- a/solutions/Cargo.lock +++ b/solutions/Cargo.lock @@ -1,10 +1,3 @@ -[root] -name = "solutions" -version = "0.1.0" -dependencies = [ - "docopt 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "aho-corasick" version = "0.6.3" @@ -89,6 +82,13 @@ dependencies = [ "synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "solutions" +version = "0.1.0" +dependencies = [ + "docopt 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "strsim" version = "0.6.0"