[package] name = "pmfpack" version = "0.1.0" description = "A utility tool that packs extracted PolyMesh files" readme = "../../README.md" license-file = "../../LICENSE" repository = "https://github.com/Ewpratten/polymesh" authors = ["Evan Pratten "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = "2.33.3" libpolymesh = { path = "../../libpolymesh", version = "1" }