[package] name = "cargo-publish-workspace" description = "Topologically publish a complete workspace with a single command" authors = ["Martijn Gribnau "] version = "0.21.0" license = "MIT OR Apache-2.0" repository = "https://github.com/foresterre/cargo-publish-workspace" edition = "2018" [package.metadata] msrv = "1.45.2" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = "=3.0.0-beta.5" anyhow = "1.0.45" chrono = "0.4.15" guppy = "0.11.2" toml_edit = "0.9.1"