Valery Antopol b20a27f8b6
feat: support marine-rs-sdk 0.14 (#419)
* uodate sdk

* add cp v3 test
2024-02-21 16:59:49 +04:00

17 lines
290 B
TOML

[package]
name = "local_storage"
version = "0.1.0"
authors = ["Fluence Labs"]
edition = "2021"
publish = false
[[bin]]
name = "local_storage"
path = "src/main.rs"
[dependencies]
marine-rs-sdk = { version = "0.14.0", features = ["logger"] }
wasm-tracing-allocator = "0.1.0"
log = "0.4.8"