11 lines
158 B
TOML
11 lines
158 B
TOML
[package]
|
|
|
|
name = "rust-clippy"
|
|
version = "0.0.1"
|
|
authors = ["Manish Goregaokar <manishsmail@gmail.com>"]
|
|
|
|
[lib]
|
|
name = "rust_clippy"
|
|
crate_type = ["dylib"]
|
|
|