]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
Move Indent and Shape to shape.rs from lib.rs
[rust.git] / Cargo.toml
index dcf4a3670b2cd4b664cef732f29a1d64df225361..9c0fa45f53ec694a46e767654f20c0d1b62e8b01 100644 (file)
@@ -1,22 +1,32 @@
 [package]
 
-name = "rustfmt"
-version = "0.8.5"
+name = "rustfmt-nightly"
+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"]
 
 [lib]
 doctest = false
 
+[[bin]]
+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"
@@ -28,8 +38,6 @@ regex = "0.2"
 term = "0.4"
 strings = "0.1"
 diff = "0.1"
-syntex_syntax = "0.59"
-syntex_errors = "0.59"
 log = "0.3"
 env_logger = "0.4"
 getopts = "0.2"