17 lines
379 B
TOML
Raw Normal View History

2020-12-17 21:44:24 +03:00
[package]
name = "stepper-interface"
description = "Interface of the Aquamarine stepper"
version = "0.1.0"
authors = ["Fluence Labs"]
edition = "2018"
[lib]
name = "stepper_interface"
path = "src/lib.rs"
[dependencies]
fluence = { git = "https://github.com/fluencelabs/rust-sdk" }
2020-12-21 19:49:35 +03:00
wasmer-wit = { package = "wasmer-interface-types-fl", version = "=0.17.20" }
2020-12-17 21:44:24 +03:00
serde = "1.0.118"