Initial commit
[tutil.git] / Cargo.toml
blob36f69f973ec2f41c199b33223cabff6fae10f939
1 [package]
2 name = "rustty"
3 version = "0.1.0"
4 license = "MPL-2.0"
5 authors = ["Severen Redwood <severen@shrike.me>"]
7 readme = "README.md"
8 homepage = "https://github.com/SShrike/rustty"
9 description = "A toolbox for developing command line applications."
11 [dependencies]
12 clippy = { version = "^0.0.54", optional = true }
14 [features]
15 default=[]
16 lints=["clippy"]