Skip to content

Instantly share code, notes, and snippets.

@stpettersens
Last active September 21, 2016 14:56
Show Gist options
  • Save stpettersens/5da94886daf8dc6d5c66b5f123ffbe67 to your computer and use it in GitHub Desktop.
Save stpettersens/5da94886daf8dc6d5c66b5f123ffbe67 to your computer and use it in GitHub Desktop.
Gist to test Ark library (https://github.com/stpettersens/ark)
[package]
name = "ark_test"
version = "0.1.0"
authors = ["Sam Saint-Pettersen <[email protected]>"]
[dependencies]
ark = { git = "https://github.com/stpettersens/ark.git" }
extern crate ark;
use ark::Ark;
fn main() {
Ark::create_archive("archive.ar", vec!["Cargo.toml"]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment