mirror of
https://github.com/fluencelabs/aquavm
synced 2024-12-13 11:15:33 +00:00
15 lines
368 B
TOML
15 lines
368 B
TOML
[package]
|
|
name = "air-execution-info-collector"
|
|
version = "0.1.0"
|
|
description = "Implementation of AIR execution info collector"
|
|
authors = ["Fluence Labs"]
|
|
edition = "2018"
|
|
license = "Apache-2.0"
|
|
publish = false
|
|
keywords = ["fluence", "air", "webassembly", "programming-language"]
|
|
categories = ["wasm"]
|
|
|
|
[lib]
|
|
name = "air_execution_info_collector"
|
|
path = "src/lib.rs"
|