restore: import verified wave3 baseline

This commit is contained in:
Codex
2026-07-28 03:16:01 -04:00
parent 4157f8790d
commit cf9507a9dd
41 changed files with 12251 additions and 982 deletions
+2 -1
View File
@@ -21,7 +21,7 @@ nana-domain = { path = "crates/nana-domain" }
nana-engine = { path = "crates/nana-engine" }
nana-runtime = { path = "crates/nana-runtime" }
nana-store = { path = "crates/nana-store" }
openlapp = { path = "../lapp-rs", default-features = false, features = ["client-rustls"] }
openlapp = { path = "../lapp-rs", default-features = false, features = ["client-rustls", "system-vault"] }
rusqlite = { version = "0.38.0", features = ["bundled"] }
schemars = "1.0.4"
semver = { version = "1.0.27", features = ["serde"] }
@@ -29,6 +29,7 @@ serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.145"
sha2 = "0.10.9"
thiserror = "2.0.17"
tokio = { version = "1.44.2", features = ["rt", "time"] }
ts-rs = { version = "11.1.0", features = ["serde-compat"] }
[workspace.lints.rust]