]> git.lizzy.rs Git - rust.git/blob - Cargo.toml
Use compiletest
[rust.git] / Cargo.toml
1 [package]
2
3 name = "clippy"
4 version = "0.0.1"
5 authors = ["Manish Goregaokar <manishsmail@gmail.com>"]
6
7 [lib]
8 name = "clippy"
9 crate_type = ["dylib"]
10
11
12
13 [dev-dependencies.compiletest]
14 git = "https://github.com/laumann/compiletest-rs.git"