chore: clean unused deps

This commit is contained in:
鲁树人
2025-02-25 04:54:26 +09:00
parent 7cb6ba722f
commit 926c8896b0
6 changed files with 0 additions and 63 deletions

View File

@@ -16,7 +16,6 @@ default = ["console_error_panic_hook"]
[dependencies]
wasm-bindgen = "0.2.84"
anyhow = "1.0.86"
getrandom = { version = "0.2", features = ["js"] }
# The `console_error_panic_hook` crate provides better debugging of panics by
# logging them with `console.error`. This is great for development, but requires