marine/crates/fce_wit_interfaces/Cargo.toml

14 lines
316 B
TOML
Raw Normal View History

2020-06-04 09:46:12 +00:00
[package]
name = "fce_wit_interfaces"
2020-06-04 09:46:12 +00:00
version = "0.1.0"
authors = ["Fluence Labs"]
edition = "2018"
[lib]
name = "fce_wit_interfaces"
path = "src/lib.rs"
2020-06-04 09:46:12 +00:00
[dependencies]
wasmer-wit = { package = "wasmer-interface-types", git = "https://github.com/fluencelabs/interface-types", branch = "master"}
multimap = "0.8.1"