Files
drop/libraries/libarchive/Cargo.toml
T
Jamie Winsor 98168ddcf1 Initial commit
2016-01-09 15:40:08 -08:00

14 lines
297 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 = "*"
[dependencies.libarchive3-sys]
git = "https://github.com/reset/libarchive3-sys"
branch = "master"