aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@bunny.garden>2025-06-05 03:50:36 +0100
committerLibravatar cel 🌸 <cel@bunny.garden>2025-06-05 03:51:28 +0100
commite313c40d246ac7545a1907621841090664bf61ae (patch)
tree1eb8d9435da628b6bae242c5cfb89f939d47fc21 /Cargo.toml
parent811ff64dd08c8835d19c57fd959e42a28d800a53 (diff)
downloadfj-e313c40d246ac7545a1907621841090664bf61ae.tar.gz
fj-e313c40d246ac7545a1907621841090664bf61ae.tar.bz2
fj-e313c40d246ac7545a1907621841090664bf61ae.zip
feat: database functions
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 193b895..33c3805 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,4 +9,6 @@ edition = "2021"
chrono = "0.4.38"
clap = "4.5.9"
cron = "0.12.1"
-sqlx = { version = "0.8.0", features = ["sqlite"] }
+rusqlite = { version = "0.36.0", features = ["uuid", "chrono"] }
+thiserror = "2.0.12"
+uuid = { version = "1.17.0", features = ["v4"] }