Add git revision to log

This commit is contained in:
Shawn Wallace 2025-05-28 23:02:02 -04:00
parent ae1759077e
commit de6790934b
4 changed files with 220 additions and 0 deletions

View file

@ -48,3 +48,7 @@ systemd = ["dep:sd-notify"]
[dev-dependencies]
rustix = { workspace = true, features = ["fs"] }
testwl = { path = "testwl" }
[build-dependencies]
anyhow = "1.0.98"
vergen-gitcl = "1.0.8"