diff --git a/Cargo.toml b/Cargo.toml index 3285899..8bede40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,6 +22,7 @@ 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"] } +rusqlite = { version = "0.38.0", features = ["bundled"] } schemars = "1.0.4" semver = { version = "1.0.27", features = ["serde"] } serde = { version = "1.0.228", features = ["derive"] }