Files
drop/libraries/libarchive/Cargo.toml
T
2016-01-11 19:23:04 -08:00

14 lines
304 B
TOML

[package]
name = "libarchive"
version = "0.1.0"
authors = ["Jamie Winsor <jamie@vialstudios.com>"]
license = "MIT"
repository = "https://github.com/reset/libarchive-rust"
[dependencies]
libc = ">= 0.2.0"
[dependencies.libarchive3-sys]
git = "https://github.com/reset/libarchive3-sys"
branch = "master"