mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-24 17:03:00 +10:00
prepare for first release
This commit is contained in:
@@ -1,13 +1,12 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "libarchive"
|
name = "libarchive"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Jamie Winsor <jamie@vialstudios.com>"]
|
authors = ["Jamie Winsor <reset@chef.io>"]
|
||||||
license = "MIT"
|
license = "Apache-2.0"
|
||||||
repository = "https://github.com/reset/libarchive-rust"
|
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]
|
[dependencies]
|
||||||
libc = ">= 0.2.0"
|
libc = ">= 0.2.0"
|
||||||
|
libarchive3-sys = "0.1"
|
||||||
[dependencies.libarchive3-sys]
|
|
||||||
git = "https://github.com/reset/libarchive3-sys"
|
|
||||||
branch = "master"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user