Fix broken documentation upload
[tutil.git] / Cargo.toml
blob998b4aa37c73c539e0ebb668839c92600b0b05d0
1 [package]
2 name = "tutil"
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/tutil"
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"]