mirror of
https://github.com/fluencelabs/marine.git
synced 2024-12-12 14:55:32 +00:00
24 lines
557 B
TOML
24 lines
557 B
TOML
[package]
|
|
name = "fce-wit-parser"
|
|
description = "Fluence FCE interface type helper crate"
|
|
version = "0.4.0"
|
|
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.2.0" }
|
|
|
|
anyhow = "1.0.31"
|
|
walrus = "0.18.0"
|
|
wasmer-core = { package = "wasmer-runtime-core-fl", version = "0.17.0"}
|
|
wasmer-wit = { package = "wasmer-interface-types-fl", version = "=0.19.0" }
|
|
|
|
semver = "0.11.0"
|
|
serde = "=1.0.118"
|
|
thiserror = "1.0.24"
|