aquavm/crates/test-module/Cargo.toml

14 lines
249 B
TOML
Raw Normal View History

[package]
name = "aqua-test-module"
version = "0.1.0"
authors = ["Fluence Labs"]
edition = "2018"
2020-12-27 21:12:11 +00:00
license = "Apache-2.0"
[[bin]]
name = "aqua_test_module"
path = "src/main.rs"
[dependencies]
fluence = { version = "0.2.18", features = ["logger"] }