[package] name = "webc-cli" version = "6.2.0" description = "WebContainer implementation for wapm.io" authors.workspace = true edition.workspace = true homepage.workspace = true license.workspace = true repository.workspace = true rust-version.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] webc = { version = "7.0.0-rc.1", path = "../webc" } clap = { workspace = true, features = ["derive", "env"] } bytes = { version = "1", features = ["serde"] } shared-buffer.workspace = true anyhow = "1.0" [package.metadata.wasmer] namespace = "wasmer" package = "webc" abi = "wasi"