aquavm/crates/test-module/Cargo.toml
2021-05-13 12:00:56 +03:00

14 lines
246 B
TOML

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