aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@bunny.garden>2025-02-25 20:52:19 +0000
committerLibravatar cel 🌸 <cel@bunny.garden>2025-02-25 20:52:19 +0000
commitd797061786a2909ced74a8310181cac40c8e99f9 (patch)
tree9b9aebea28e51d47638e1e99ab8baad58c00bbaf
parent76b00cd644768d6a1b66b50b802bb72e2be228ce (diff)
downloadluz-d797061786a2909ced74a8310181cac40c8e99f9.tar.gz
luz-d797061786a2909ced74a8310181cac40c8e99f9.tar.bz2
luz-d797061786a2909ced74a8310181cac40c8e99f9.zip
add `sqlx` feature to `jid` dependency
-rw-r--r--luz/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/luz/Cargo.toml b/luz/Cargo.toml
index 7eea9c1..45a847f 100644
--- a/luz/Cargo.toml
+++ b/luz/Cargo.toml
@@ -7,7 +7,7 @@ edition = "2021"
futures = "0.3.31"
jabber = { version = "0.1.0", path = "../jabber" }
peanuts = { version = "0.1.0", path = "../../peanuts" }
-jid = { version = "0.1.0", path = "../jid" }
+jid = { version = "0.1.0", path = "../jid", features = ["sqlx"] }
sqlx = { version = "0.8.3", features = ["sqlite", "runtime-tokio", "uuid"] }
stanza = { version = "0.1.0", path = "../stanza" }
tokio = "1.42.0"