14 lines
304 B
TOML
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"
|