granite-rust/Cargo.toml

15 lines
235 B
TOML
Raw Normal View History

2014-11-19 13:23:40 +05:30
[package]
2014-12-26 05:30:03 +05:30
name = "clippy"
2014-11-19 13:23:40 +05:30
version = "0.0.1"
authors = ["Manish Goregaokar <manishsmail@gmail.com>"]
2014-12-25 04:43:56 +05:30
[lib]
2014-12-26 05:30:03 +05:30
name = "clippy"
2014-12-25 04:43:56 +05:30
crate_type = ["dylib"]
2015-04-13 23:28:18 +05:30
[dev-dependencies.compiletest]
git = "https://github.com/laumann/compiletest-rs.git"