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