mirror of
https://github.com/fluencelabs/marine.git
synced 2024-12-12 14:55:32 +00:00
18 lines
464 B
TOML
18 lines
464 B
TOML
[package]
|
|
name = "fce_wit_interfaces"
|
|
version = "0.1.0"
|
|
authors = ["Fluence Labs"]
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
name = "fce_wit_interfaces"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
walrus = "0.17.0"
|
|
wasmer-core = { package = "wasmer-runtime-core", version = "0.17.0", features = ["dynamicfunc-fat-closures"] }
|
|
wasmer-wit = { package = "wasmer-interface-types", git = "https://github.com/fluencelabs/interface-types", branch = "master"}
|
|
|
|
multimap = "0.8.1"
|
|
anyhow = "1.0.31"
|