mirror of
https://github.com/fluencelabs/marine.git
synced 2025-03-15 05:50:49 +00:00
* 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
14 lines
209 B
TOML
14 lines
209 B
TOML
[package]
|
|
name = "call_parameters"
|
|
version = "0.1.0"
|
|
authors = ["Fluence Labs"]
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[[bin]]
|
|
name = "call_parameters"
|
|
path = "src/main.rs"
|
|
|
|
[dependencies]
|
|
marine-rs-sdk = "0.10.0"
|