]> git.lizzy.rs Git - rust.git/blob - git-rustfmt/Cargo.toml
Update env_logger to 0.5
[rust.git] / git-rustfmt / Cargo.toml
1 [package]
2 name = "git-rustfmt"
3 version = "0.4.0"
4 authors = ["Nicholas Cameron <ncameron@mozilla.com>", "The Rustfmt developers"]
5 description = "Run rustfmt against git diff"
6 repository = "https://github.com/rust-lang-nursery/rustfmt"
7 readme = "README.md"
8 license = "Apache-2.0/MIT"
9 categories = ["development-tools"]
10
11 [[bin]]
12 name = "git-rustfmt"
13
14 [dependencies]
15 env_logger = "0.5"
16 getopts = "0.2"
17 log = "0.3"
18 rustfmt-config = "0.4.0"
19 rustfmt-core = "0.4.0"