More stuff, lost a lot of progress to this shitty pc with a shitty os

This commit is contained in:
2026-08-20 16:22:35 +03:00
parent c7d2af0fd0
commit 3c904db36f
11 changed files with 319 additions and 15 deletions

View File

@@ -10,8 +10,9 @@ authors = [
[dependencies]
anyhow = "1.0.103"
camino = { version = "1.2.4", features = ["serde1"] }
chrono = "0.4.45"
clap = { version = "4.6.1", features = ["derive"] }
diesel = { version = "2.3.12", features = ["postgres"] }
diesel = { version = "2.3.12", features = ["chrono", "postgres"] }
diesel_migrations = "2.3.2"
env_logger = "0.11.11"
futures = "0.3.34"