config is lazy_static to amoritze it

This commit is contained in:
Pat Hickey
2021-01-28 11:20:02 -08:00
parent 6f85abd949
commit 7ffe3c72c5
4 changed files with 63 additions and 2 deletions

View File

@@ -1,5 +1,11 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
version = "0.2.72"
@@ -22,6 +28,7 @@ checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
name = "wasi-tests"
version = "0.19.0"
dependencies = [
"lazy_static",
"libc",
"more-asserts",
"wasi",