[package] name = "pack-release" description = "release packing tool for sic" version = "0.19.0" authors = ["Martijn Gribnau "] edition = "2018" license = "MIT OR Apache-2.0" repository = "https://github.com/foresterre/sic" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] zip = { version = "0.5", default-features = false, features = ["deflate"] } xshell = "0.1.13"