update Cargo.toml

This commit is contained in:
Guillermo Roche 2024-12-02 22:08:41 +01:00
parent d74626ee1d
commit f2f1e0dc11
Signed by: groche97
GPG Key ID: 041FB85BEEA4B9B0

View File

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