cap-std-sync: test opening a tempdir as ambient and then WasiDir

This commit is contained in:
Pat Hickey
2021-02-01 13:15:39 -08:00
parent 8b9d2c5bbb
commit a4372c8c2e
3 changed files with 22 additions and 1 deletions

View File

@@ -31,3 +31,6 @@ libc = "0.2"
[target.'cfg(windows)'.dependencies]
winapi = "0.3"
lazy_static = "1.4"
[dev-dependencies]
tempfile = "3.1.0"