mirror of
https://github.com/fluencelabs/aquavm
synced 2025-03-15 12:30:50 +00:00
* feat(tools): merge some tools into the `air` CLI tool `air-beautify` and `air-trace` are merged into a single `air` tool. Its crate name is `fluence-air-cli` as otherwise it confilicts with `air` interpreter crate. The tool has subcommands `beautify`, `run` and `stats`. * Add one-letter aliases to `air` CLI subcommands + `air beautify` => `air b` + `air run` => `air r` + `air stats` => `air s` --------- Co-authored-by: Mike Voronov <michail.vms@gmail.com>
16 lines
427 B
TOML
16 lines
427 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"
|
|
repository = "https://github.com/fluencelabs/aquavm"
|
|
documentation = "https://docs.rs/air-log-targets"
|
|
keywords = ["fluence", "air", "webassembly", "programming-language"]
|
|
categories = ["wasm"]
|
|
|
|
[lib]
|
|
name = "air_log_targets"
|
|
path = "src/lib.rs"
|