mirror of
https://github.com/fluencelabs/marine.git
synced 2025-03-14 21:40:49 +00:00
* chore(deps): update all non-major rust dependencies * fix build * fmt * update generated code in marine-js * bump marine-runtime version * update gitignore * Revert "bump marine-runtime version" This reverts commit 7cf9f0b6d489408d35b3f86807d9ad7684f0708a. * bump versions Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Valery Antopol <valery.antopol@gmail.com>
25 lines
576 B
TOML
25 lines
576 B
TOML
[package]
|
|
name = "marine-it-generator"
|
|
description = "Fluence Marine interface types generator"
|
|
version = "0.9.5"
|
|
authors = ["Fluence Labs"]
|
|
license = "Apache-2.0"
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
name = "marine_it_generator"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
marine-it-parser = { path = "../it-parser", version = "0.11.1" }
|
|
marine-macro-impl = "0.7.1"
|
|
|
|
wasmer-it = { package = "wasmer-interface-types-fl", version = "0.24.1"}
|
|
it-lilo = "0.4.1"
|
|
|
|
thiserror = "1.0.37"
|
|
walrus = "0.19.0"
|
|
once_cell = "1.16.0"
|
|
serde = { version = "1.0.147", features = ["derive"] }
|
|
serde_json = "1.0.89"
|