Valery Antopol 036c3348e3
feat(deps)!: update marine-rs-sdk-to 0.10.0 (#364)
* feat!: update marine-rs-sdk-to 0.9.0

* bump versions manually

* update lockfile

* update rust toolchain, so wasm-pack can be installed

* use marine-rs-sdk from git

* update Cargo.lock

* update sqlite-wasm-connector

* use marine-rs-sdk 0.10.0

* update marine version in examples

* update Cargo.lock

* fmt
2023-09-13 19:14:24 +03:00

25 lines
572 B
TOML

[package]
name = "marine-module-info-parser"
description = "Fluence Marine Wasm module info (manifest and version) parser"
version = "0.9.0"
authors = ["Fluence Labs"]
license = "Apache-2.0"
edition = "2021"
[lib]
name = "marine_module_info_parser"
path = "src/lib.rs"
[dependencies]
marine-rs-sdk-main = {version = "0.10.0", default-features = false }
marine-wasm-backend-traits = { path = "../wasm-backend-traits", version = "0.3.0"}
anyhow = "1.0.71"
chrono = "0.4.26"
walrus = "0.20.1"
semver = "1.0.14"
derivative = "2.2.0"
serde = "1.0.147"
thiserror = "1.0.37"