add web-app stub

This commit is contained in:
2026-08-19 14:57:14 +02:00
parent 05c0f4e37c
commit 49a59cfad6
15 changed files with 2001 additions and 2 deletions
Generated
+4
View File
@@ -161,9 +161,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
dependencies = [
"cfg-if",
"js-sys",
"libc",
"r-efi",
"rand_core",
"wasm-bindgen",
]
[[package]]
@@ -472,8 +474,10 @@ version = "0.1.0"
dependencies = [
"colored",
"derive_more",
"getrandom",
"indicatif",
"rand",
"rayon",
"tabular",
"wasm-bindgen",
]