[package] name = "vbump" edition = "2018" description = "Bumps the version of a project, creating the appropiate git tags" authors = ["Abraham Toriz "] version = "0.5.1" license = "GPL-3.0-or-later" repository = "https://gitlab.com/categulario/vbump" [dependencies] semver = "0.11" json = "0.12" thiserror = "1" regex = "1.6" [dependencies.anyhow] version = "1" features = ["backtrace"] [dependencies.clap] version = "3.2" features = ["derive"] [dependencies.toml] version = "0.5" features = ["preserve_order"]