From f7cc72e0711b8a533ec529e10de747ad9e54547a Mon Sep 17 00:00:00 2001 From: Jamie Winsor Date: Thu, 17 Mar 2016 13:32:37 -0700 Subject: [PATCH] prepare for first release --- libraries/libarchive/Cargo.toml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/libraries/libarchive/Cargo.toml b/libraries/libarchive/Cargo.toml index 4dff20a5..93c018fc 100644 --- a/libraries/libarchive/Cargo.toml +++ b/libraries/libarchive/Cargo.toml @@ -1,13 +1,12 @@ [package] name = "libarchive" version = "0.1.0" -authors = ["Jamie Winsor "] -license = "MIT" -repository = "https://github.com/reset/libarchive-rust" +authors = ["Jamie Winsor "] +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"