This commit is contained in:
Robin Appelman 2026-05-31 23:23:50 +02:00
commit 9f39004d1f
3 changed files with 474 additions and 14 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "demostf-client"
version = "0.5.0"
version = "0.5.1"
authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2021"
description = "Api client for demos.tf"
@ -20,7 +20,8 @@ reqwest = { version = "0.13.3", default-features = false, features = [
"multipart",
"stream",
"form",
"query"
"query",
"default-tls",
] }
thiserror = "2.0.18"
hex = "0.4.3"