This commit is contained in:
Ember Moth
2026-07-05 20:47:34 +08:00
parent 4f74e14fba
commit 25d190b90e
5 changed files with 147 additions and 0 deletions
Generated
+12
View File
@@ -4990,6 +4990,18 @@ version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
[[package]]
name = "turnstile"
version = "0.1.0"
dependencies = [
"anyhow",
"reqwest 0.12.28",
"serde",
"serde_json",
"tokio",
"uuid 1.23.4",
]
[[package]]
name = "typenum"
version = "1.20.1"