aquavm/crates/test-module/Cargo.toml

14 lines
246 B
TOML
Raw Normal View History

[package]
name = "air-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 = "air_test_module"
path = "src/main.rs"
[dependencies]
2021-05-13 09:00:56 +00:00
fluence = { version = "0.6.5", features = ["logger"] }