mirror of
https://codeberg.org/demostf/backup.git
synced 2026-06-03 09:54:18 +02:00
move to api client crate
This commit is contained in:
parent
f06a7f2c20
commit
71f1ba6f3d
7 changed files with 759 additions and 205 deletions
10
Cargo.toml
10
Cargo.toml
|
|
@ -6,10 +6,14 @@ edition = "2018"
|
|||
|
||||
[dependencies]
|
||||
serde = { version = "1.0.136", features = ["derive"] }
|
||||
ureq = { version = "2.4.0", features = ["json"] }
|
||||
thiserror = "1.0.30"
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
md5 = "0.7.0"
|
||||
hex = "0.4.3"
|
||||
dotenv = "0.15.0"
|
||||
main_error = "0.1.2"
|
||||
main_error = "0.1.2"
|
||||
demostf-client = { version = "0.3.1", default-features = false, features = ["rustls-tls"] }
|
||||
tokio = { version = "1.17.0", features = ["rt-multi-thread", "macros"] }
|
||||
tracing = "0.1.33"
|
||||
tracing-subscriber = "0.3.11"
|
||||
bytes = "1.1.0"
|
||||
futures-util = "0.3.21"
|
||||
Loading…
Add table
Add a link
Reference in a new issue