[package] name = "set-config-toml-version" version = "0.0.1" authors = ["Markus Becker "] edition = "2018" license = "BSD-3-Clause" description = "Set the version in Config.toml to a value provided as CLI argument" keywords = ["cargo", "toml", "version"] categories = ["development-tools"] # TODO: add no-std to categories, when done homepage = "https://gitlab.com/markushx/set-config-toml-version" repository = "https://gitlab.com/markushx/set-config-toml-version" readme = "README.md" [dependencies] toml_edit = "0.1.5"