rust/src/tools/replace-version-placeholder/Cargo.toml
est31 d32ff14b86 Add replace-version-placeholder tool
This tool is to be ran at specific points in the release process to replace
the version place holder made by stabilizations with the version number.
2022-08-27 17:39:11 +02:00

10 lines
238 B
TOML

[package]
name = "replace-version-placeholder"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tidy = { path = "../tidy" }
walkdir = "2"