mirror of
https://github.com/demostf/cutter.git
synced 2026-06-03 11:54:08 +02:00
snapshot test
This commit is contained in:
parent
cdffdf511a
commit
b164b4621b
3 changed files with 23 additions and 1 deletions
|
|
@ -32,11 +32,13 @@ 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"
|
||||
expect-test = "1.2.2"
|
||||
pretty_assertions = "1.2.1"
|
||||
md5 = "0.7.0"
|
||||
|
||||
[profile.release]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue