restore: import verified wave3 baseline
This commit is contained in:
+2
-1
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user