mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 23:24:24 +00:00
10 lines
148 B
TOML
10 lines
148 B
TOML
[package]
|
|
|
|
name = "clippy"
|
|
version = "0.0.1"
|
|
authors = ["Manish Goregaokar <manishsmail@gmail.com>"]
|
|
|
|
[lib]
|
|
name = "clippy"
|
|
crate_type = ["dylib"]
|
|
|