]> git.lizzy.rs Git - rust.git/blob - Cargo.toml
dylib
[rust.git] / Cargo.toml
1 [package]
2
3 name = "rust-clippy"
4 version = "0.0.1"
5 authors = ["Manish Goregaokar <manishsmail@gmail.com>"]
6
7 [lib]
8 name = "rust_clippy"
9 crate_type = ["dylib"]
10