12 lines
195 B
TOML
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"
|