mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-12 00:24:03 +00:00
10 lines
179 B
TOML
10 lines
179 B
TOML
[package]
|
|
name = "clippy_tests"
|
|
version = "0.1.0"
|
|
authors = ["Oliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>"]
|
|
|
|
[dependencies]
|
|
clippy = { path = ".." }
|
|
|
|
[workspace]
|