]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
Put attributes and enum variants on different lines
[rust.git] / Cargo.toml
index 3af4803bc5f3bad285e12b5f4e74c945e8f23c18..d39bfe0cbad4fa2338f7b9fd94632113035bc46e 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 
 name = "rustfmt-nightly"
-version = "0.2.14"
+version = "0.3.6"
 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-rustfmt"
+
 [features]
 default = ["cargo-fmt", "rustfmt-format-diff"]
 cargo-fmt = []
@@ -35,12 +38,17 @@ serde_json = "1.0"
 unicode-segmentation = "1.0.0"
 regex = "0.2"
 term = "0.4"
-strings = "0.1"
 diff = "0.1"
 log = "0.3"
 env_logger = "0.4"
 getopts = "0.2"
 derive-new = "0.5"
+cargo_metadata = "0.4"
+rustc-ap-syntax = "12.0.0"
+rustc-ap-rustc_errors = "12.0.0"
+
+[dev-dependencies]
+lazy_static = "1.0.0"
 
 [target.'cfg(unix)'.dependencies]
 libc = "0.2.11"