aboutsummaryrefslogtreecommitdiffstats
path: root/jid/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'jid/Cargo.toml')
-rw-r--r--jid/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/jid/Cargo.toml b/jid/Cargo.toml
index 439ef75..b8f4956 100644
--- a/jid/Cargo.toml
+++ b/jid/Cargo.toml
@@ -6,9 +6,11 @@ edition = "2021"
[features]
# default = []
rusqlite = ["dep:rusqlite"]
+serde = ["dep:serde"]
# sqlx = ["dep:sqlx"]
[dependencies]
+serde = { version = "1.0.219", features = ["derive"], optional = true }
rusqlite = { git = "https://github.com/Spxg/rusqlite.git", optional = true, branch = "wasm-demo" }
# sqlx = { version = "0.8.3", features = ["sqlite"], optional = true }
# sqlx = { path = "../../remote/sqlx", features = ["sqlite"], optional = true }