marine/crates/wit-interfaces/Cargo.toml

16 lines
345 B
TOML
Raw Normal View History

2020-06-04 09:46:12 +00:00
[package]
2020-07-09 03:21:04 +00:00
name = "fce-wit-interfaces"
2020-07-28 16:09:02 +00:00
description = "Fluence FCE interface type helper crate"
2021-03-29 15:07:55 +00:00
version = "0.2.0"
2020-06-04 09:46:12 +00:00
authors = ["Fluence Labs"]
2020-07-28 16:09:02 +00:00
license = "Apache-2.0"
2020-06-04 09:46:12 +00:00
edition = "2018"
[lib]
name = "fce_wit_interfaces"
path = "src/lib.rs"
2020-06-04 09:46:12 +00:00
[dependencies]
2021-04-11 21:21:47 +00:00
wasmer-wit = { package = "wasmer-interface-types-fl", version = "=0.19.0" }
2020-06-04 09:46:12 +00:00
multimap = "0.8.1"