mirror of
https://github.com/fluencelabs/marine.git
synced 2024-12-12 14:55:32 +00:00
14 lines
320 B
TOML
14 lines
320 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]
|
|
wasmer-wit = { package = "wasmer-interface-types", git = "https://github.com/fluencelabs/interface-types", branch = "byte_array"}
|
|
multimap = "0.8.1"
|