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