Improve database, add log and cli

This commit is contained in:
2024-02-02 16:27:45 +01:00
parent 4b6418c23a
commit 9ffdfa1a77
5 changed files with 230 additions and 58 deletions

View File

@ -17,6 +17,10 @@ relm4-icons = { version = "0.6.0", features = ["plus"] }
walkdir = "2" # For traversing directories recursively
opener = "0.6.1" # For opening files with the systems default application
log = "0.4.20"
env_logger = "0.10.1"
clap = { version = "4.4.6", features = ["derive"] }
sqlx = { version = "0.7", features = [ "runtime-tokio", "sqlite", "migrate", "macros" ] }
tokio = { version = "1", features = ["full"] }
blake3 = "1.5.0"