mirror of
https://codeberg.org/demostf/api-client.git
synced 2026-06-03 08:34:15 +02:00
allow uploading private demos
This commit is contained in:
parent
35db814441
commit
ef7e590be0
5 changed files with 502 additions and 343 deletions
16
Cargo.toml
16
Cargo.toml
|
|
@ -13,25 +13,25 @@ categories = ["api-bindings"]
|
|||
rust-version = "1.81.0"
|
||||
|
||||
[dependencies]
|
||||
serde = { version = "1.0.216", features = ["derive"] }
|
||||
time = { version = "0.3.37", features = ["serde"] }
|
||||
reqwest = { version = "0.12.9", default-features = false, features = [
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
time = { version = "0.3.41", features = ["serde"] }
|
||||
reqwest = { version = "0.12.15", default-features = false, features = [
|
||||
"json",
|
||||
"multipart",
|
||||
"stream",
|
||||
] }
|
||||
thiserror = "2.0.9"
|
||||
thiserror = "2.0.12"
|
||||
hex = "0.4.3"
|
||||
steamid-ng = "1.0.0"
|
||||
bytes = "1.9.0"
|
||||
bytes = "1.10.1"
|
||||
futures-util = "0.3.31"
|
||||
tracing = "0.1.41"
|
||||
tinyvec = { version = "1.8.1", features = ["alloc"] }
|
||||
tinyvec = { version = "1.9.0", features = ["alloc"] }
|
||||
md5 = "0.7.0"
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { version = "1.42.0", features = ["macros"] }
|
||||
sqlx = { version = "0.8.2", features = ["postgres", "runtime-tokio-rustls"] }
|
||||
tokio = { version = "1.44.2", features = ["macros"] }
|
||||
sqlx = { version = "0.8.5", features = ["postgres", "runtime-tokio-rustls"] }
|
||||
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
|
||||
|
||||
[features]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue