[package] name = "cargo-edit-version" description = "Edits the package version in Cargo.toml to specified one." version = "0.1.0" license = "MIT" readme = "README.md" homepage = "https://github.com/siketyan/cargo-edit-version" repository = "https://github.com/siketyan/cargo-edit-version.git" authors = ["Naoki Ikeguchi "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] error-chain = "0.12.4" thiserror = "1.0.23" toml_edit = "0.2.0"