wasi-cap-std-async is better named wasi-tokio
This commit is contained in:
18
crates/wasi-common/tokio/Cargo.toml
Normal file
18
crates/wasi-common/tokio/Cargo.toml
Normal file
@@ -0,0 +1,18 @@
|
||||
[package]
|
||||
name = "wasi-tokio"
|
||||
version = "0.26.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" ]
|
||||
|
||||
[dependencies]
|
||||
wasi-common = { path = "../", version = "0.26.0" }
|
||||
wasi-cap-std-sync = { path = "../cap-std-sync", version = "0.26.0" }
|
||||
wiggle = { path = "../../wiggle", version = "0.26.0" }
|
||||
tokio = { version = "1.5.0", features = [ "rt", "time" ] }
|
||||
Reference in New Issue
Block a user