2015-04-30 02:33:13 -05:00
|
|
|
[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)",
|
2015-04-30 02:33:13 -05:00
|
|
|
"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"
|
|
|
|
|
2015-04-30 02:33:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "strings"
|
|
|
|
version = "0.0.1"
|
|
|
|
source = "git+https://github.com/nrc/strings.rs.git#551331d01911b7e8da056a4a019eb367cfaf03bd"
|
|
|
|
|