Use the Git checkout of libc
[tutil.git] / Cargo.toml
blob5c88ae5f9d57da127625528f4bd19153b4339a7c
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 = { git = "https://github.com/rust-lang/libc" }
14 clippy = { version = "~0.0.55", optional = true }
16 [features]
17 default=[]
18 lints=["clippy"]