Skip to content

Instantly share code, notes, and snippets.

@zupzup
Created October 29, 2020 13:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zupzup/8d57b4eb2c85a6ee6b84e9c6e6edcf63 to your computer and use it in GitHub Desktop.
Save zupzup/8d57b4eb2c85a6ee6b84e9c6e6edcf63 to your computer and use it in GitHub Desktop.
Timeular Public API Cargo.toml
[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