Add token request step to demo with reqwest

This commit is contained in:
2024-12-23 19:12:09 -06:00
parent fc643e5223
commit f228cbc7e4
3 changed files with 1233 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ build = "build.rs"
[dependencies]
chrono = "0.4.39"
hex = "0.4.3"
reqwest = { version = "0.12.9", features = ["blocking", "json"] }
serde = { version = "1.0.216", features = ["derive"] }
serde_json = "1.0.134"
sha2 = "0.10.8"