]> git.lizzy.rs Git - rust.git/blob - clippy_tests/Cargo.toml
Merge pull request #1899 from rust-lang-nursery/ui_test_changes
[rust.git] / clippy_tests / Cargo.toml
1 [package]
2 name = "clippy_tests"
3 version = "0.1.0"
4 authors = ["Oliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>"]
5
6 [dependencies]
7 clippy = { path = ".." }
8
9 [workspace]