unar 0.1.2

Cross platform implementation of the unix ar utility
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.ar]
version = "0.8.0"

[dependencies.structopt]
version = "0.3.21"

[package]
authors = ["PFS (Peeled Fruit Studios)"]
description = "Cross platform implementation of the unix ar utility"
edition = "2018"
license = "MIT"
name = "unar"
repository = "https://github.com/Peeled-Fruit-Studios/unar"
version = "0.1.2"
[profile.release]
panic = "abort"