mirror of
https://github.com/fluencelabs/marine.git
synced 2024-12-12 14:55:32 +00:00
16 lines
347 B
TOML
16 lines
347 B
TOML
[package]
|
|
name = "fce-wit-interfaces"
|
|
description = "Fluence FCE interface type helper crate"
|
|
version = "0.1.10"
|
|
authors = ["Fluence Labs"]
|
|
license = "Apache-2.0"
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
name = "fce_wit_interfaces"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
wasmer-wit = { package = "wasmer-interface-types-fl", version = "=0.17.24" }
|
|
multimap = "0.8.1"
|