mirror of
https://github.com/fluencelabs/aquavm
synced 2024-12-13 03:05:32 +00:00
15 lines
340 B
TOML
15 lines
340 B
TOML
|
[package]
|
||
|
name = "air-log-targets"
|
||
|
version = "0.1.0"
|
||
|
description = "Definition of global consts used for logging"
|
||
|
authors = ["Fluence Labs"]
|
||
|
edition = "2018"
|
||
|
license = "Apache-2.0"
|
||
|
publish = false
|
||
|
keywords = ["fluence", "air", "webassembly", "programming-language"]
|
||
|
categories = ["wasm"]
|
||
|
|
||
|
[lib]
|
||
|
name = "air_log_targets"
|
||
|
path = "src/lib.rs"
|