2021-05-10 12:51:22 +03:00
|
|
|
[package]
|
|
|
|
name = "marine-it-interfaces"
|
|
|
|
description = "Fluence Marine interface types helper crate"
|
2024-01-09 19:32:08 +02:00
|
|
|
version = "0.9.1"
|
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]
|
2023-11-03 18:43:14 +04:00
|
|
|
wasmer-it = { package = "wasmer-interface-types-fl", version = "0.27.0" }
|
2022-09-02 18:48:25 +03:00
|
|
|
multimap = "0.8.3"
|