5 lines
147 B
TOML
5 lines
147 B
TOML
[dependencies]
|
|
reqwest = { version = "0.11", features = ["json"] }
|
|
serde_json = "1.0"
|
|
tokio = { version = "1", features = ["full"] }
|
|
chrono = "0.4" |