aquavm/Cargo.toml

14 lines
262 B
TOML
Raw Normal View History

2020-09-21 14:11:09 +03:00
[package]
name = "aquamarine"
version = "0.1.0"
authors = ["Fluence Labs"]
edition = "2018"
[[bin]]
name = "aquamarine"
path = "src/main.rs"
[dependencies]
fluence = { path = "/Users/mike/dev/work/fluence/wasm/rust-sdk", features = ["logger"] }
2020-09-21 14:11:09 +03:00
log = "0.4.11"