From 8f8fd10dc2b185ca0a8e8908229c4d4bbefd70b7 Mon Sep 17 00:00:00 2001 From: Mroik Date: Tue, 31 Mar 2026 21:32:23 +0200 Subject: Add scaffolding for DB interactions The mailing list will need to save various data to operate for things such as the subscriber's email. Add database interaction machanism. Signed-off-by: Mroik --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index a920eaf..3504162 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,3 +4,5 @@ version = "0.1.0" edition = "2024" [dependencies] +anyhow = "1.0.102" +rusqlite = "0.39.0" -- cgit v1.3