diff --git a/Cargo.toml b/Cargo.toml index c671773..5a1bd60 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,3 +2,4 @@ reqwest = { version = "0.11", features = ["json"] } serde_json = "1.0" tokio = { version = "1", features = ["full"] } +chrono = "0.4" \ No newline at end of file