add `sqlx` feature to `jid` dependency

This commit is contained in:
cel 🌸 2025-02-25 20:52:19 +00:00
parent 76b00cd644
commit d797061786
1 changed files with 1 additions and 1 deletions

View File

@ -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"