Include git hash in version

This commit is contained in:
Joscha 2023-08-04 15:44:29 +02:00
parent 6a64bd2e47
commit 9b55cd1ce2
4 changed files with 76 additions and 2 deletions

View file

@ -17,6 +17,7 @@ tracing = "0.1.37"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
[build-dependencies]
vergen = { version = "8.2.4", features = ["git", "gitcl"] }
walkdir = "2.3.3"
[profile.dev.package.sqlx-macros]