tests: factor common HostMemory / MemArea code into a separate crate
This commit is contained in:
9
crates/test/Cargo.toml
Normal file
9
crates/test/Cargo.toml
Normal file
@@ -0,0 +1,9 @@
|
||||
[package]
|
||||
name = "wiggle-test"
|
||||
version = "0.1.0"
|
||||
authors = ["Pat Hickey <phickey@fastly.com>", "Jakub Konka <kubkon@jakubkonka.com>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
wiggle-runtime = { path = "../runtime" }
|
||||
proptest = "0.9"
|
||||
Reference in New Issue
Block a user