[package] name = "tmr-cargo" authors.workspace = true categories.workspace = true description.workspace = true documentation.workspace = true edition.workspace = true exclude.workspace = true homepage.workspace = true include.workspace = true keywords.workspace = true license.workspace = true publish = true readme.workspace = true repository.workspace = true rust-version.workspace = true version.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tmr-cargo-macros = { workspace = true } serde = { workspace = true } toml = { workspace = true } semver = { workspace = true }