stub virtfs

This commit is contained in:
Pat Hickey
2021-01-29 17:02:57 -08:00
parent 897b4fb8ab
commit 2e10e621c4
4 changed files with 175 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
[package]
name = "wasi-virtfs"
version = "0.22.0"
authors = ["The Wasmtime Project Developers"]
description = "WASI implementation in Rust"
license = "Apache-2.0 WITH LLVM-exception"
categories = ["wasm"]
keywords = ["webassembly", "wasm"]
repository = "https://github.com/bytecodealliance/wasmtime"
readme = "README.md"
edition = "2018"
include = ["src/**/*", "LICENSE" ]
publish = false
[dependencies]
wasi-common = { path = "../", version = "0.22.0" }
anyhow = "1.0"
cap-std = "0.12"