From 68a7d136705133dc5d3a5d43b9ff4da28eeb6d5b Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Tue, 18 Feb 2025 01:01:17 +0000 Subject: database work --- jid/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'jid/Cargo.toml') 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"] } -- cgit