mirror of
https://github.com/fluencelabs/marine.git
synced 2024-12-12 14:55:32 +00:00
20 lines
498 B
TOML
20 lines
498 B
TOML
[package]
|
|
name = "fce-wit-parser"
|
|
description = "Fluence FCE interface type helper crate"
|
|
version = "0.1.4"
|
|
authors = ["Fluence Labs"]
|
|
license = "Apache-2.0"
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
name = "fce_wit_parser"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
fce-wit-interfaces = { path = "../wit-interfaces", version = "0.1.2" }
|
|
|
|
anyhow = "1.0.31"
|
|
walrus = "0.17.0"
|
|
wasmer-core = { package = "wasmer-runtime-core-fl", version = "0.17.0"}
|
|
wasmer-wit = { package = "wasmer-interface-types-fl", version = "=0.17.5" }
|