mirror of
https://github.com/fluencelabs/wasmer
synced 2025-04-24 18:02:13 +00:00
11 lines
283 B
TOML
11 lines
283 B
TOML
[package]
|
|
name = "wasmer-kernel-loader"
|
|
version = "0.1.0"
|
|
authors = ["Heyang Zhou <zhy20000919@hotmail.com>"]
|
|
license = "MIT"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
libc = "0.2.60"
|
|
wasmer-runtime-core = { path = "../runtime-core", package = "wasmer-runtime-core-fl", version = "=0.17.1" }
|