This commit is contained in:
2025-03-30 22:51:10 +02:00
parent 3ec7113eb5
commit 62ea45dc65
3 changed files with 525 additions and 26 deletions

View File

@@ -5,7 +5,7 @@ edition = "2024"
[dependencies]
cynic = { version = "3", features = ["http-surf"] }
surf = "2"
surf = { version = "2", features = ["h1-client-rustls"]}
async-std = "1.10"
toml = "0.8.20"
serde = "1.0.219"