17 lines
289 B
TOML
Raw Permalink Normal View History

2020-09-11 15:58:38 +03:00
[package]
name = "local_storage"
version = "0.1.0"
authors = ["Fluence Labs"]
edition = "2018"
2020-12-31 15:03:00 +03:00
publish = false
2020-09-11 15:58:38 +03:00
[[bin]]
name = "local_storage"
path = "src/main.rs"
[dependencies]
2021-10-05 18:20:41 +03:00
marine-rs-sdk ={ version = "0.6.13", features = ["logger"] }
wasm-tracing-allocator = "0.1.0"
2020-09-11 15:58:38 +03:00
log = "0.4.8"