aquavm/crates/test-module/Cargo.toml

15 lines
262 B
TOML

[package]
name = "air-test-module"
version = "0.1.0"
authors = ["Fluence Labs"]
edition = "2018"
license = "Apache-2.0"
publish = false
[[bin]]
name = "air_test_module"
path = "src/main.rs"
[dependencies]
fluence = { version = "0.6.8", features = ["logger"] }