2020-06-04 12:46:12 +03:00
|
|
|
[package]
|
2020-07-09 06:21:04 +03:00
|
|
|
name = "fce-wit-interfaces"
|
2020-07-28 19:09:02 +03:00
|
|
|
description = "Fluence FCE interface type helper crate"
|
2020-12-22 04:15:00 +03:00
|
|
|
version = "0.1.9"
|
2020-06-04 12:46:12 +03:00
|
|
|
authors = ["Fluence Labs"]
|
2020-07-28 19:09:02 +03:00
|
|
|
license = "Apache-2.0"
|
2020-06-04 12:46:12 +03:00
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[lib]
|
2020-06-04 14:44:36 +03:00
|
|
|
name = "fce_wit_interfaces"
|
|
|
|
path = "src/lib.rs"
|
2020-06-04 12:46:12 +03:00
|
|
|
|
|
|
|
[dependencies]
|
2020-12-21 19:34:25 +03:00
|
|
|
wasmer-wit = { package = "wasmer-interface-types-fl", version = "=0.17.20" }
|
2020-06-04 12:46:12 +03:00
|
|
|
multimap = "0.8.1"
|