2021-05-10 12:51:22 +03:00
|
|
|
[package]
|
|
|
|
name = "marine-it-interfaces"
|
|
|
|
description = "Fluence Marine interface types helper crate"
|
2024-04-11 01:28:02 +04:00
|
|
|
version = "0.10.0"
|
2021-05-10 12:51:22 +03:00
|
|
|
authors = ["Fluence Labs"]
|
2024-01-07 17:43:24 +03:00
|
|
|
repository = "https://github.com/fluencelabs/marine"
|
2021-05-10 12:51:22 +03:00
|
|
|
license = "Apache-2.0"
|
2023-03-15 00:43:51 +03:00
|
|
|
edition = "2021"
|
2021-05-10 12:51:22 +03:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
name = "marine_it_interfaces"
|
|
|
|
path = "src/lib.rs"
|
|
|
|
|
|
|
|
[dependencies]
|
2024-04-11 00:34:34 +04:00
|
|
|
wasmer-it = { package = "wasmer-interface-types-fl", version = "0.28.0" }
|
2022-09-02 18:48:25 +03:00
|
|
|
multimap = "0.8.3"
|