11 lines
187 B
TOML
11 lines
187 B
TOML
[package]
|
|
name = "example-tokio-wasm"
|
|
version = "0.0.0"
|
|
authors = ["The Wasmtime Project Developers"]
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[[bin]]
|
|
path = "tokio-wasi.rs"
|
|
name = "tokio-wasi"
|