apt-pkg-native/Cargo.toml
2017-07-13 13:51:58 +01:00

12 lines
195 B
TOML

[package]
name = "apt-pkg-native"
version = "0.1.0"
authors = ["Chris West (Faux) <git@goeswhere.com>"]
[dependencies]
lazy_static = "0.2.8"
libc = "0.2.26"
[build-dependencies]
gcc = "0.3.51"