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