This commit is contained in:
Aiden McClelland
2023-12-13 23:33:51 -07:00
parent be51ffdd87
commit 68c8881c0b
8 changed files with 885 additions and 380 deletions

7
Cargo.lock generated
View File

@@ -690,6 +690,12 @@ dependencies = [
"wasm-bindgen",
]
[[package]]
name = "lazy_format"
version = "2.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e479e99b287d578ed5f6cd4c92cdf48db219088adb9c5b14f7c155b71dfba792"
[[package]]
name = "lazy_static"
version = "1.4.0"
@@ -992,6 +998,7 @@ dependencies = [
"http-body-util",
"hyper 1.0.1",
"imbl-value",
"lazy_format",
"lazy_static",
"openssl",
"reqwest",