Improve cli args

This commit is contained in:
dolphinau 2025-08-06 11:22:26 +02:00
parent f6af36e999
commit c9a1c59eb4
2 changed files with 32 additions and 17 deletions

View file

@ -13,3 +13,4 @@ chrono = "0.4.41"
rss = "2.0.12"
mini-redis = "0.4.1"
tokio-postgres = "0.7.13"
clap = { version = "4.5.42", features = ["derive"] }