Add an initial implementation of tutil::screen
[tutil.git] / Cargo.toml
blobf2bcc3aeb4b57a12c02e9dd8dc838e220e3205c9
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 libc = "^0.2.11"
14 clippy = { version = "~0.0.55", optional = true }
16 [features]
17 default=[]
18 lints=["clippy"]