This commit is contained in:
Robin Appelman 2022-04-18 13:15:07 +02:00
commit ada8c26125
2 changed files with 16 additions and 9 deletions

View file

@ -33,6 +33,7 @@ console_error_panic_hook = { version = "0.1.6", optional = true }
# Unfortunately, `wee_alloc` requires nightly Rust when targeting wasm for now.
wee_alloc = { version = "0.4.5", optional = true }
pretty_assertions = "1.2.1"
clap = { version = "3.1.9", features = ["derive"] }
[dev-dependencies]
wasm-bindgen-test = "0.3.13"