bumpit 0.1.0

Bump the version of packages
Documentation
[package]
name = "bumpit"
version = "0.1.0"
authors = ["Caido Labs Inc. <dev@caido.io>"]
description = "Bump the version of packages"
repository = "https://github.com/caido/bumpit"
license = "MIT"
edition = "2024"

[[bin]]
name = "bumpit"
path = "src/bin/bumpit.rs"

[[bin]]
name = "cargo-bumpit"
path = "src/bin/cargo-bumpit.rs"

[dependencies]
anyhow = "1.0.98"
cargo_metadata = "0.20.0"
clap = { version = "4.5.41", features = ["derive"] }
semver = "1.0.26"
toml_edit = "0.23.1"