[package] name = "pkg6dev" version = "0.1.1" authors = ["Till Wegmueller "] edition = "2018" license-file = "LICENSE" description = "Helper tool for IPS package development" repository = "https://github.com/OpenFlowLabs/ips" readme = "README.md" keywords = ["packaging", "illumos"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] libips = {path = "../libips", version = "0.1.1"} userland = {path = "../userland", version = "0.1.1"} failure = "0.1.8" failure_derive = "0.1.8" clap = "~3.0.0-beta.2"