mirror of
https://github.com/Noratrieb/athlete.git
synced 2026-01-14 18:05:01 +01:00
fetch
This commit is contained in:
parent
13f6627853
commit
7b2f49a81c
8 changed files with 1991 additions and 20 deletions
11
Cargo.toml
11
Cargo.toml
|
|
@ -4,3 +4,14 @@ version = "0.1.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
bytes = "1.5.0"
|
||||
cfg-if = "1.0.0"
|
||||
clap = { version = "4.5.3", features = ["derive"] }
|
||||
eyre = "0.6.12"
|
||||
monostate = "0.1.11"
|
||||
reqwest = { version = "0.11.26", default-features = false, features = ["json", "rustls-tls", "gzip"] }
|
||||
serde = { version = "1.0.197", features = ["derive"] }
|
||||
serde_json = "1.0.114"
|
||||
tokio = { version = "1.36.0", features = ["full"] }
|
||||
tracing = "0.1.40"
|
||||
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue