aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
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"] }