aboutsummaryrefslogtreecommitdiffstats
path: root/jid/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@bunny.garden>2025-04-28 19:53:11 +0100
committerLibravatar cel 🌸 <cel@bunny.garden>2025-04-28 19:53:11 +0100
commit42c7423667a2d6acdebca75250ad30c5d475081b (patch)
tree65faaac42cf3f8ef83715ee7f66db1af45dd39d6 /jid/Cargo.toml
parent66cd4d48142124d920e5cc57f685555d279b8c7a (diff)
downloadluz-42c7423667a2d6acdebca75250ad30c5d475081b.tar.gz
luz-42c7423667a2d6acdebca75250ad30c5d475081b.tar.bz2
luz-42c7423667a2d6acdebca75250ad30c5d475081b.zip
feat: serde
Diffstat (limited to '')
-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 }