mirror of
https://github.com/fluencelabs/aquavm
synced 2024-12-13 03:05:32 +00:00
18 lines
310 B
TOML
18 lines
310 B
TOML
[package]
|
|
name = "stepper-interface"
|
|
description = "Interface of the Aquamarine stepper"
|
|
version = "0.1.2"
|
|
authors = ["Fluence Labs"]
|
|
edition = "2018"
|
|
license = "Apache-2.0"
|
|
|
|
[lib]
|
|
name = "stepper_interface"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
fluence = "0.2.18"
|
|
fluence-it-types = "0.1.0"
|
|
|
|
serde = "=1.0.118"
|