wasmer/examples/http-server/Cargo.toml

13 lines
299 B
TOML
Raw Normal View History

2019-05-14 01:37:22 +00:00
[package]
name = "http-server"
version = "0.1.0"
authors = ["Heyang Zhou <zhy20000919@hotmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2019-05-14 08:52:09 +00:00
[workspace]
2019-05-14 01:37:22 +00:00
[dependencies]
2019-05-15 17:34:56 +00:00
wasmer-kernel-net = { path = "../../lib/kernel-net" }