diff --git a/Cargo.toml b/Cargo.toml index 0b1bff1..b1fe797 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,9 +7,9 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -tokio = "1.27.0" -serde = "1.0.159" +tokio = {version = "1.27.0", features = ["rt", "macros"]} +serde = {version = "1.0.159", features = ["derive"]} serde_json = "1.0.95" reqwest = "0.11.16" url = "2.3.1" -chrono = "0.4.24" +chrono = "0.4.24" \ No newline at end of file