2021-10-05 16:55:04 +03:00
|
|
|
[package]
|
|
|
|
name = "air-log-targets"
|
|
|
|
version = "0.1.0"
|
|
|
|
description = "Definition of global consts used for logging"
|
|
|
|
authors = ["Fluence Labs"]
|
2023-12-18 18:48:46 +03:00
|
|
|
edition = "2021"
|
2021-10-05 16:55:04 +03:00
|
|
|
license = "Apache-2.0"
|
2023-03-15 16:59:30 +07:00
|
|
|
repository = "https://github.com/fluencelabs/aquavm"
|
|
|
|
documentation = "https://docs.rs/air-log-targets"
|
2021-10-05 16:55:04 +03:00
|
|
|
keywords = ["fluence", "air", "webassembly", "programming-language"]
|
|
|
|
categories = ["wasm"]
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
name = "air_log_targets"
|
|
|
|
path = "src/lib.rs"
|