bootstrap

This commit is contained in:
John Smith
2023-02-13 16:12:46 -05:00
parent 5fd0684ae7
commit 1d8e2d3fda
19 changed files with 428 additions and 471 deletions

7
Cargo.lock generated
View File

@@ -6003,6 +6003,7 @@ dependencies = [
"wasm-bindgen-futures",
"wasm-bindgen-test",
"wasm-logger",
"weak-table",
"web-sys",
"webpki 0.22.0",
"webpki-roots 0.22.6",
@@ -6327,6 +6328,12 @@ dependencies = [
"web-sys",
]
[[package]]
name = "weak-table"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "323f4da9523e9a669e1eaf9c6e763892769b1d38c623913647bfdc1532fe4549"
[[package]]
name = "web-sys"
version = "0.3.60"