Skip to content

Instantly share code, notes, and snippets.

@zupzup
Created December 2, 2020 11:59
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/d917e27a0f9e5e5b03b551136b8a6559 to your computer and use it in GitHub Desktop.
Save zupzup/d917e27a0f9e5e5b03b551136b8a6559 to your computer and use it in GitHub Desktop.
Timeular Webhooks Deps
[dependencies]
reqwest = { version = "0.10", features = ["json"] }
tokio = { version = "0.2", features = ["macros", "rt-threaded"] }
serde = {version = "1.0", features = ["derive"] }
serde_json = "1.0"
once_cell = "1.4"
warp = "0.2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment