apt-pkg-native/Cargo.toml

21 lines
438 B
TOML
Raw Normal View History

[package]
2017-07-13 15:40:51 +03:00
name = "apt-pkg-native"
version = "0.1.0"
authors = ["Chris West (Faux) <git@goeswhere.com>"]
2017-07-13 18:11:51 +03:00
description = "Bindings for libapt-pkg"
repository = "https://github.com/FauxFaux/apt-pkg-native-rs"
readme = "README.md"
categories = ["api-bindings", "os"]
license = "MIT"
[dependencies]
2017-07-13 15:38:48 +03:00
lazy_static = "0.2.8"
2017-07-12 23:18:34 +03:00
libc = "0.2.26"
2017-07-13 15:49:36 +03:00
[build-dependencies]
gcc = "0.3.51"
2017-07-13 18:11:51 +03:00
[badges]
travis-ci = { repository = "FauxFaux/apt-pkg-native-rs" }