chore: embed build time information with shadow-rs

This commit is contained in:
2026-05-06 19:24:13 -04:00
parent 906ddec843
commit bb51f1cc63
4 changed files with 102 additions and 0 deletions

View File

@@ -56,6 +56,7 @@ patricia_tree = "0.10.1"
rhai = "1.23.6"
rustls = "0.23"
secrecy = { version = "0.10.3", features = ["serde"] }
shadow-rs = { version = "2.0.0", default-features = false }
snafu = { version = "0.8.9", features = ["futures"] }
songbird = { version = "0.6.0", default-features = false, features = [
"driver",
@@ -97,3 +98,4 @@ yoke = "0.8.2"
[build-dependencies]
capnpc = "0.25.3"
shadow-rs = "2.0.0"