2015-03-07 16:46:35 -06:00
|
|
|
[package]
|
|
|
|
|
|
|
|
name = "rustfmt"
|
|
|
|
version = "0.0.1"
|
|
|
|
authors = ["Nicholas Cameron <nrc@ncameron.org>"]
|
2015-04-30 03:26:59 -05:00
|
|
|
description = "Tool to find and fix Rust formatting issues"
|
2015-03-07 16:46:35 -06:00
|
|
|
repository = "https://github.com/nick29581/rustfmt"
|
|
|
|
readme = "README.md"
|
|
|
|
license = "Apache-2.0/MIT"
|
2015-05-22 22:28:41 -05:00
|
|
|
build = "build.rs"
|
2015-03-07 16:46:35 -06:00
|
|
|
|
2015-04-13 20:12:56 -05:00
|
|
|
[dependencies.strings]
|
|
|
|
strings = "0.0.1"
|
|
|
|
git = "https://github.com/nrc/strings.rs.git"
|
2015-05-11 19:16:46 -05:00
|
|
|
|
2015-05-23 00:02:59 -05:00
|
|
|
[dependencies]
|
|
|
|
toml = "0.1.20"
|
|
|
|
rustc-serialize = "0.3.14"
|
|
|
|
|
2015-05-11 19:16:46 -05:00
|
|
|
[dev-dependencies]
|
|
|
|
diff = "0.1.0"
|