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-05-28 12:23:07 -05:00
|
|
|
"regex 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-05-23 00:02:59 -05:00
|
|
|
"rustc-serialize 0.3.14 (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-22 22:28:41 -05:00
|
|
|
"toml 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-04-30 02:33:13 -05:00
|
|
|
]
|
|
|
|
|
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-05-28 12:23:07 -05:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
|
|
|
version = "0.1.33"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"regex-syntax 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-05-22 22:28:41 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-serialize"
|
|
|
|
version = "0.3.14"
|
|
|
|
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"
|
|
|
|
|
2015-05-22 22:28:41 -05:00
|
|
|
[[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)",
|
|
|
|
]
|
|
|
|
|