aquavm/stepper/Cargo.toml

27 lines
469 B
TOML
Raw Normal View History

[package]
name = "aquamarine"
2020-10-30 20:29:05 +03:00
version = "0.1.2"
authors = ["Fluence Labs"]
edition = "2018"
[lib]
name = "aquamarine_client"
crate-type = ["cdylib"]
path = "src/wasm_bindgen.rs"
[[bin]]
name = "aquamarine"
path = "src/fce.rs"
[dependencies]
2020-10-30 20:29:05 +03:00
stepper-lib = { path = "../stepper-lib" }
2020-10-30 20:29:05 +03:00
fluence = { git = "https://github.com/fluencelabs/rust-sdk", features = ["logger"] }
wasm-bindgen = "0.2.68"
log = "0.4.11"
serde_json = "1.0"
2020-10-30 20:29:05 +03:00
[features]
fce = ["stepper-lib/fce"]