[package] name = "lazybox" version = "0.1.0" authors = ["Jakub Panek "] edition = "2018" description = "Multi-call binary" license-file = "LICENCE" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [workspace] members = ["lazybox_*"] [dependencies] clap = {version = "2.33", features = ["yaml", "wrap_help"]} lazybox_rm = { path = "lazybox_rm", version = "0.1.0" }