shipwright-version-stamp 0.5.4

CLI: stamp a semver tag into Cargo.toml, package.json, csproj, and pubspec.yaml before a Shipwright release.
[package]
name = "shipwright-version-stamp"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
description = "CLI: stamp a semver tag into Cargo.toml, package.json, csproj, and pubspec.yaml before a Shipwright release."
documentation = "https://docs.rs/shipwright-version-stamp"
readme = "README.md"

[[bin]]
name = "shipwright-version-stamp"
path = "src/main.rs"

[dependencies]
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
thiserror = { workspace = true }

[dev-dependencies]
tempfile = "3"

[lints]
workspace = true