From e313c40d246ac7545a1907621841090664bf61ae Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Thu, 5 Jun 2025 03:50:36 +0100 Subject: feat: database functions --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') 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"] } -- cgit