database setup + other stuff not rlly important

This commit is contained in:
2026-06-26 14:50:39 -05:00
parent 96843acfe0
commit dab6b12c89
15 changed files with 291 additions and 7 deletions
+5 -1
View File
@@ -22,4 +22,8 @@ tauri = { version = "2", features = [] }
tauri-plugin-opener = "2"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
diesel = { version = "2.3.10", features = [
"sqlite",
"returning_clauses_for_sqlite_3_35",
] }
dotenvy = "0.15.7"