Managed to query VirtWeb API

This commit is contained in:
2024-04-25 18:51:42 +02:00
parent 38e69ea167
commit 48f24e6ca1
7 changed files with 117 additions and 2 deletions

View File

@ -1648,13 +1648,17 @@ version = "0.1.0"
dependencies = [
"actix-remote-ip",
"actix-web",
"anyhow",
"basic-jwt",
"clap",
"env_logger",
"lazy_static",
"light-openid",
"log",
"reqwest",
"serde",
"thiserror",
"uuid",
]
[[package]]
@ -2269,6 +2273,15 @@ version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
[[package]]
name = "uuid"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0"
dependencies = [
"getrandom",
]
[[package]]
name = "vcpkg"
version = "0.2.15"