]> git.lizzy.rs Git - rust.git/blob - src/tools/replace-version-placeholder/Cargo.toml
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
[rust.git] / src / tools / replace-version-placeholder / Cargo.toml
1 [package]
2 name = "replace-version-placeholder"
3 version = "0.1.0"
4 edition = "2021"
5
6 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
8 [dependencies]
9 tidy = { path = "../tidy" }
10 walkdir = "2"