Files
wasmer/lib/kernel-loader/Cargo.toml
2019-05-15 21:43:19 +08:00

10 lines
210 B
TOML

[package]
name = "wasmer-kernel-loader"
version = "0.1.0"
authors = ["Heyang Zhou <zhy20000919@hotmail.com>"]
edition = "2018"
[dependencies]
libc = "0.2.49"
wasmer-runtime-core = { path = "../runtime-core" }