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"
|
2020-11-08 16:41:48 +00:00
|
|
|
version = "0.1.8"
|
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]
|
2020-06-04 11:44:36 +00:00
|
|
|
name = "fce_wit_interfaces"
|
|
|
|
path = "src/lib.rs"
|
2020-06-04 09:46:12 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2020-11-10 17:30:10 +00:00
|
|
|
wasmer-wit = { package = "wasmer-interface-types-fl", version = "=0.17.19" }
|
2020-06-04 09:46:12 +00:00
|
|
|
multimap = "0.8.1"
|