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