]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
Cargo fmt and update tests
[rust.git] / Cargo.toml
index 9bfd54da454291a9db056496d4c13bbc2ecd2a51..7459773e27054d9578bd070b0e06406bfd29f5a1 100644 (file)
@@ -1,13 +1,12 @@
 [package]
 
 name = "rustfmt-nightly"
-version = "0.2.8"
+version = "0.2.16"
 authors = ["Nicholas Cameron <ncameron@mozilla.com>", "The Rustfmt developers"]
 description = "Tool to find and fix Rust formatting issues"
 repository = "https://github.com/rust-lang-nursery/rustfmt"
 readme = "README.md"
 license = "Apache-2.0/MIT"
-include = ["src/**", "Cargo.toml", "build.rs", "LICENSE-*"]
 build = "build.rs"
 categories = ["development-tools"]
 
@@ -23,6 +22,9 @@ name = "cargo-fmt"
 [[bin]]
 name = "rustfmt-format-diff"
 
+[[bin]]
+name = "git-fmt"
+
 [features]
 default = ["cargo-fmt", "rustfmt-format-diff"]
 cargo-fmt = []
@@ -41,6 +43,8 @@ diff = "0.1"
 log = "0.3"
 env_logger = "0.4"
 getopts = "0.2"
+derive-new = "0.5"
+cargo_metadata = "0.3"
 
 [target.'cfg(unix)'.dependencies]
 libc = "0.2.11"