]> git.lizzy.rs Git - rust.git/blob - rustfmt-format-diff/Cargo.toml
a74c08616bd097cae063de76ee0d6f1f6f1bbbff
[rust.git] / rustfmt-format-diff / Cargo.toml
1 [package]
2 name = "rustfmt-format-diff"
3 version = "0.4.0"
4 authors = ["Nicholas Cameron <ncameron@mozilla.com>", "The Rustfmt developers"]
5 description = "Run rustfmt against 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 = "rustfmt-format-diff"
13
14 [dependencies]
15 env_logger = "0.4"
16 getopts = "0.2"
17 log = "0.3"
18 regex = "0.2"
19 serde = "1.0"
20 serde_derive = "1.0"
21 serde_json = "1.0"