]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
Move Indent and Shape to shape.rs from lib.rs
[rust.git] / Cargo.toml
index caf66bf4f74886a76da5e2d07872890b3b4e822b..9c0fa45f53ec694a46e767654f20c0d1b62e8b01 100644 (file)
@@ -1,13 +1,13 @@
 [package]
 
 name = "rustfmt-nightly"
-version = "0.1.0"
+version = "0.2.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"
 readme = "README.md"
 license = "Apache-2.0/MIT"
-include = ["src/*.rs", "Cargo.toml", "build.rs", "LICENSE-*"]
+include = ["src/**", "Cargo.toml", "build.rs", "LICENSE-*"]
 build = "build.rs"
 categories = ["development-tools"]
 
@@ -20,9 +20,13 @@ name = "rustfmt"
 [[bin]]
 name = "cargo-fmt"
 
+[[bin]]
+name = "rustfmt-format-diff"
+
 [features]
-default = ["cargo-fmt"]
+default = ["cargo-fmt", "rustfmt-format-diff"]
 cargo-fmt = []
+rustfmt-format-diff = []
 
 [dependencies]
 toml = "0.4"