]> git.lizzy.rs Git - rust.git/blob - Cargo.toml
Merge pull request #84 from marcusklaas/tests
[rust.git] / Cargo.toml
1 [package]
2
3 name = "rustfmt"
4 version = "0.0.1"
5 authors = ["Nicholas Cameron <nrc@ncameron.org>"]
6 description = "Tool to find and fix Rust formatting issues"
7 repository = "https://github.com/nick29581/rustfmt"
8 readme = "README.md"
9 license = "Apache-2.0/MIT"
10 build = "build.rs"
11
12 [dependencies.strings]
13 strings = "0.0.1"
14 git = "https://github.com/nrc/strings.rs.git"
15
16 [dependencies]
17 toml = "0.1.20"
18 rustc-serialize = "0.3.14"
19
20 [dev-dependencies]
21 diff = "0.1.0"
22 regex = "0.1"