X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=Cargo.lock;h=297e4f65fe1896b95dfa2035bee7db1bd2ee9910;hb=1ef7e23dd1654b761716ab64f37f499a965c305f;hp=0d3b11ac4923015ab575cc21ac3154b72a2f5bb9;hpb=8a0a1bdcd16bfec22c689356e8022dfca26a2ca7;p=rust.git diff --git a/Cargo.lock b/Cargo.lock index 0d3b11ac492..297e4f65fe1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,11 +2,32 @@ name = "rustfmt" version = "0.0.1" dependencies = [ + "diff 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", "strings 0.0.1 (git+https://github.com/nrc/strings.rs.git)", + "toml 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "diff" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" + +[[package]] +name = "rustc-serialize" +version = "0.3.14" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "strings" version = "0.0.1" source = "git+https://github.com/nrc/strings.rs.git#551331d01911b7e8da056a4a019eb367cfaf03bd" +[[package]] +name = "toml" +version = "0.1.20" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", +] +