mirror of
https://github.com/OMGeeky/twba_reqwest_backoff.git
synced 2025-12-31 08:29:58 +01:00
15 lines
289 B
TOML
15 lines
289 B
TOML
[package]
|
|
name = "twba-reqwest-backoff"
|
|
version = "0.1.2"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
reqwest = "0.12.4"
|
|
thiserror = "1.0"
|
|
tokio = "1.32"
|
|
url = "2.4.1"
|
|
tracing = "0.1"
|
|
chrono = "0.4.31"
|