wasmer/examples/http-server/Cargo.toml
2019-05-16 09:22:40 +08:00

13 lines
292 B
TOML

[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
[workspace]
[dependencies]
kernel-net = { path = "../../lib/kernel-net" }