rust/Cargo.lock

19 lines
447 B
Plaintext
Raw Normal View History

[root]
name = "rustfmt"
version = "0.0.1"
dependencies = [
2015-05-11 19:16:46 -05:00
"diff 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"strings 0.0.1 (git+https://github.com/nrc/strings.rs.git)",
]
2015-05-11 19:16:46 -05:00
[[package]]
name = "diff"
version = "0.1.0"
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"