Remove clutter

This commit is contained in:
Andras Schmelczer 2025-01-05 13:32:30 +00:00
parent 9db478bc23
commit 4d59ec927c
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
3 changed files with 0 additions and 88 deletions

View file

@ -11,7 +11,6 @@ crate-type = ["cdylib", "rlib"]
base64 = "0.22.1"
reconcile = { path = "../reconcile" }
wasm-bindgen = "0.2.84"
getrandom = { version = "0.2.3", features = ["js"] }
thiserror = { workspace = true }
# The `console_error_panic_hook` crate provides better debugging of panics by