[package] name = "cargo-bump-repo" version = "0.1.0" edition = "2021" description = "Bump git dependencies to the latest commit" license = "GPL-3.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [profile.release] panic = "abort" [dependencies] anyhow = "1.0.70" toml_edit = "0.19.7"