prepare for first release
This commit is contained in:
parent
cd1c4e91cb
commit
f87351e04d
1 changed files with 6 additions and 7 deletions
13
Cargo.toml
13
Cargo.toml
|
|
@ -1,13 +1,12 @@
|
|||
[package]
|
||||
name = "libarchive"
|
||||
version = "0.1.0"
|
||||
authors = ["Jamie Winsor <jamie@vialstudios.com>"]
|
||||
license = "MIT"
|
||||
repository = "https://github.com/reset/libarchive-rust"
|
||||
authors = ["Jamie Winsor <reset@chef.io>"]
|
||||
license = "Apache-2.0"
|
||||
repository = "https://github.com/chef/libarchive-rust"
|
||||
description = "A safe Rust API for authoring and extracting archives with libarchive"
|
||||
keywords = ["libarchive", "archive", "tar", "zip"]
|
||||
|
||||
[dependencies]
|
||||
libc = ">= 0.2.0"
|
||||
|
||||
[dependencies.libarchive3-sys]
|
||||
git = "https://github.com/reset/libarchive3-sys"
|
||||
branch = "master"
|
||||
libarchive3-sys = "0.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue