Created
October 29, 2020 13:19
-
-
Save zupzup/8d57b4eb2c85a6ee6b84e9c6e6edcf63 to your computer and use it in GitHub Desktop.
Timeular Public API Cargo.toml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[dependencies] | |
reqwest = { version = "0.10", features = ["json"] } | |
tokio = { version = "0.2", features = ["macros", "fs"] } | |
serde = {version = "1.0", features = ["derive"] } | |
serde_json = "1.0" | |
once_cell = "1.4" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment