aquavm/crates/stepper-interface/Cargo.toml

18 lines
310 B
TOML
Raw Normal View History

2020-12-17 18:44:24 +00:00
[package]
name = "stepper-interface"
description = "Interface of the Aquamarine stepper"
version = "0.1.2"
2020-12-17 18:44:24 +00:00
authors = ["Fluence Labs"]
edition = "2018"
2020-12-27 21:12:11 +00:00
license = "Apache-2.0"
2020-12-17 18:44:24 +00:00
[lib]
name = "stepper_interface"
path = "src/lib.rs"
[dependencies]
fluence = "0.2.18"
fluence-it-types = "0.1.0"
2020-12-17 18:44:24 +00:00
serde = "=1.0.118"