15 lines
269 B
TOML
Raw Normal View History

[package]
name = "air-test-module"
version = "0.1.0"
authors = ["Fluence Labs"]
edition = "2018"
2020-12-28 00:12:11 +03:00
license = "Apache-2.0"
publish = false
[[bin]]
name = "air_test_module"
path = "src/main.rs"
[dependencies]
2021-08-05 22:24:09 +03:00
marine-rs-sdk = { version = "0.6.11", features = ["logger"] }