Tuned the algorithm

This commit is contained in:
Connor Johnstone
2026-03-02 23:01:48 -05:00
parent c3b4c946cb
commit 97e5a8f5df
3 changed files with 217 additions and 20 deletions

View File

@@ -10,4 +10,5 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1"
rusqlite = { version = "0.34", features = ["bundled"] }
ureq = "3"
rand = "0.9"
walkdir = "2.5"