marine/examples/url-downloader/local_storage/Cargo.toml

17 lines
313 B
TOML
Raw Normal View History

2020-09-11 12:58:38 +00:00
[package]
name = "local_storage"
version = "0.1.0"
authors = ["Fluence Labs"]
edition = "2018"
2020-12-31 12:03:00 +00:00
publish = false
2020-09-11 12:58:38 +00:00
[[bin]]
name = "local_storage"
path = "src/main.rs"
[dependencies]
2021-04-11 21:21:47 +00:00
fluence = { git = "https://github.com/fluencelabs/rust-sdk", features = ["logger"] }
wasm-tracing-allocator = "0.1.0"
2020-09-11 12:58:38 +00:00
log = "0.4.8"