]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
Cargo fmt and update tests
[rust.git] / Cargo.toml
index bb8e4be22d1fb7669e39e0fdbdc5ff32d9aa3e59..7459773e27054d9578bd070b0e06406bfd29f5a1 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 
 name = "rustfmt-nightly"
-version = "0.2.13"
+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"
@@ -22,6 +22,9 @@ name = "cargo-fmt"
 [[bin]]
 name = "rustfmt-format-diff"
 
+[[bin]]
+name = "git-fmt"
+
 [features]
 default = ["cargo-fmt", "rustfmt-format-diff"]
 cargo-fmt = []
@@ -40,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"