mirror of
https://github.com/fluencelabs/aquavm
synced 2025-05-30 08:01:22 +00:00
17 lines
379 B
TOML
17 lines
379 B
TOML
|
[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" }
|
||
|
wasmer-wit = { package = "wasmer-interface-types-fl", version = "=0.17.19" }
|
||
|
|
||
|
serde = "1.0.118"
|