[package] name = "revive-dt-common" description = "A library containing common concepts that other crates in the workspace can rely on" version.workspace = true authors.workspace = true license.workspace = true edition.workspace = true repository.workspace = true rust-version.workspace = true [dependencies] anyhow = { workspace = true } semver = { workspace = true }