mirror of
https://github.com/fluencelabs/aquavm
synced 2025-03-15 20:40:50 +00:00
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Mike Voronov <michail.vms@gmail.com>
15 lines
382 B
TOML
15 lines
382 B
TOML
[package]
|
|
name = "air-beautify"
|
|
version = "0.1.1"
|
|
edition = "2021"
|
|
description = "AIR human-readable format transformer binary"
|
|
authors = ["Fluence Labs"]
|
|
license = "Apache-2.0"
|
|
publish = false
|
|
keywords = ["fluence", "air", "beautifier"]
|
|
|
|
[dependencies]
|
|
air-beautifier = { path = "../../../crates/beautifier" }
|
|
clap = { version = "4.0.32", features = ["derive"] }
|
|
anyhow = "1.0.68"
|