mirror of
https://github.com/fluencelabs/marine.git
synced 2024-12-12 23:05:31 +00:00
16 lines
351 B
TOML
16 lines
351 B
TOML
|
[package]
|
||
|
name = "marine-it-interfaces"
|
||
|
description = "Fluence Marine interface types helper crate"
|
||
|
version = "0.3.0"
|
||
|
authors = ["Fluence Labs"]
|
||
|
license = "Apache-2.0"
|
||
|
edition = "2018"
|
||
|
|
||
|
[lib]
|
||
|
name = "marine_it_interfaces"
|
||
|
path = "src/lib.rs"
|
||
|
|
||
|
[dependencies]
|
||
|
wasmer-it = { package = "wasmer-interface-types-fl", version = "0.20.0" }
|
||
|
multimap = "0.8.1"
|