Cache dependencies on Travis
[tutil.git] / Cargo.toml
blob155820cd6a7152af526062789a2f1cbe2fe4f8fe
1 [package]
2 name = "tutil"
3 version = "0.1.1"
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."
10 documentation = "https://shrike.me/tutil"
12 [dependencies]
13 clippy = { version = "~0.0.55", optional = true }
15 [features]
16 default=[]
17 lints=["clippy"]