aboutsummaryrefslogtreecommitdiffstats
path: root/jid/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@blos.sm>2025-02-18 01:01:17 +0000
committerLibravatar cel 🌸 <cel@blos.sm>2025-02-18 01:01:17 +0000
commit68a7d136705133dc5d3a5d43b9ff4da28eeb6d5b (patch)
treee7ff07721156fa0d4110c2c88b0ad8ef86b54c92 /jid/Cargo.toml
parent0d9e3d27e9b81411b4d4c53e1b1a1c29087d66f3 (diff)
downloadluz-68a7d136705133dc5d3a5d43b9ff4da28eeb6d5b.tar.gz
luz-68a7d136705133dc5d3a5d43b9ff4da28eeb6d5b.tar.bz2
luz-68a7d136705133dc5d3a5d43b9ff4da28eeb6d5b.zip
database work
Diffstat (limited to 'jid/Cargo.toml')
-rw-r--r--jid/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/jid/Cargo.toml b/jid/Cargo.toml
index 15049c9..0d817c9 100644
--- a/jid/Cargo.toml
+++ b/jid/Cargo.toml
@@ -4,3 +4,4 @@ version = "0.1.0"
edition = "2021"
[dependencies]
+sqlx = { version = "0.8.3", features = ["sqlite"] }