Update file Cargo.toml

This commit is contained in:
Cody Cook 2023-05-08 23:22:50 +00:00
parent 79bce438e2
commit 309a69964c

@ -2,3 +2,4 @@
reqwest = { version = "0.11", features = ["json"] }
serde_json = "1.0"
tokio = { version = "1", features = ["full"] }
chrono = "0.4"