update Cargo.toml

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

View File

@@ -9,4 +9,6 @@ elasticsearch = "8.5.0-alpha.1"
tokio = { version = "*", features = ["full"] }
serde_json = "*"
serde = "*"
chrono = "*"
chrono = "*"
log = '0.4'
env_logger = '0.11'