Add threaded mt fetching, initial db tuff

This commit is contained in:
2026-08-14 18:58:22 +03:00
parent fbef11dfe7
commit c7d2af0fd0
11 changed files with 505 additions and 81 deletions

View File

@@ -11,7 +11,10 @@ authors = [
anyhow = "1.0.103"
camino = { version = "1.2.4", features = ["serde1"] }
clap = { version = "4.6.1", features = ["derive"] }
diesel = { version = "2.3.12", features = ["postgres"] }
diesel_migrations = "2.3.2"
env_logger = "0.11.11"
futures = "0.3.34"
lazy_static = "1.5.0"
log = "0.4.33"
mikrotik-rs = { version = "0.8.0", features = ["tokio-tls"] }