Split middleware-common tests into separate subcrate

This commit is contained in:
Mark McCaskey
2019-08-29 11:14:57 -07:00
parent 5205adabf5
commit 91b199fe12
10 changed files with 204 additions and 177 deletions

View File

@ -6,6 +6,7 @@ license = "MIT"
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
edition = "2018"
repository = "https://github.com/wasmerio/wasmer"
publish = false
[dependencies]
libc = "0.2.60"