mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 06:15:33 +00:00
12 lines
224 B
TOML
12 lines
224 B
TOML
[package]
|
|
name = "wasmer-runtime"
|
|
version = "0.1.0"
|
|
authors = ["Lachlan Sneff <lachlan.sneff@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
hashbrown = "0.1"
|
|
libffi = "0.6.4"
|
|
nix = "0.12.0"
|
|
page_size = "0.4.1"
|
|
errno = "0.2.4" |