update Cargo.toml

This commit is contained in:
2024-12-02 22:08:41 +01:00
parent d74626ee1d
commit f2f1e0dc11

View File

@@ -10,3 +10,5 @@ tokio = { version = "*", features = ["full"] }
serde_json = "*"
serde = "*"
chrono = "*"
log = '0.4'
env_logger = '0.11'