rust/Cargo.toml

24 lines
499 B
TOML
Raw Normal View History

[package]
name = "rustfmt"
version = "0.0.1"
authors = ["Nicholas Cameron <nrc@ncameron.org>"]
description = "Tool to find and fix Rust formatting issues"
repository = "https://github.com/nick29581/rustfmt"
readme = "README.md"
license = "Apache-2.0/MIT"
[dependencies.strings]
strings = "0.0.1"
git = "https://github.com/nrc/strings.rs.git"
2015-05-12 02:16:46 +02:00
2015-05-23 07:02:59 +02:00
[dependencies]
toml = "0.1.20"
rustc-serialize = "0.3.14"
2015-09-04 05:38:12 +02:00
unicode-segmentation = "0.1.2"
regex = "0.1.41"
2015-05-23 07:02:59 +02:00
2015-05-12 02:16:46 +02:00
[dev-dependencies]
diff = "0.1.0"
term = "0.2"