rename everything c2 related to the "real" names

This commit is contained in:
Pat Hickey
2021-01-28 15:34:03 -08:00
parent 47fec44c10
commit 9bd89abc0c
24 changed files with 90 additions and 469 deletions

View File

@@ -1,5 +1,5 @@
[package]
name = "wasi-c2-cap-std-sync"
name = "wasi-cap-std-sync"
version = "0.22.0"
authors = ["The Wasmtime Project Developers"]
description = "WASI implementation in Rust"
@@ -13,7 +13,7 @@ include = ["src/**/*", "LICENSE" ]
publish = false
[dependencies]
wasi-c2 = { path = "../" }
wasi-common = { path = "../", version = "0.22.0" }
anyhow = "1.0"
cap-std = "0.11"
cap-fs-ext = "0.11"