Added database support and initial structure creation

This commit is contained in:
Ricardo Zuasti
2026-01-19 19:03:08 -05:00
parent bb18f8a51e
commit 9d5e3eaaf1
8 changed files with 302 additions and 14 deletions
+3
View File
@@ -10,3 +10,6 @@ pnet = "0.35.0"
tokio = { version = "1.0", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
rusqlite = { version = "0.38.0", features = ["bundled"] }
rusqlite_migration = { version = "2.4.0", features = ["from-directory"] }
include_dir = "0.7.4"