chore(build): add reth-hl version output

This commit is contained in:
Quertyy
2025-09-09 19:26:05 +07:00
parent 51c43d6dbd
commit 37b852e810
6 changed files with 137 additions and 0 deletions

View File

@ -2,6 +2,7 @@
name = "reth_hl"
version = "0.1.0"
edition = "2021"
build = "build.rs"
[lib]
name = "reth_hl"
@ -166,3 +167,7 @@ client = [
[dev-dependencies]
tempfile = "3.20.0"
[build-dependencies]
vergen = { version = "9.0.4", features = ["build", "cargo", "emit_and_set"] }
vergen-git2 = "1.0.5"