mirror of
https://github.com/fluencelabs/aquavm
synced 2025-03-15 20:40:50 +00:00
The `air-beautify` util takes an AIR script input with Lisp-like syntax and transforms it into experimental indentation-based syntax. Closing #184.
15 lines
382 B
TOML
15 lines
382 B
TOML
[package]
|
|
name = "air-beautify"
|
|
version = "0.1.0"
|
|
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 = "3.1.18", features = ["derive"] }
|
|
anyhow = "1.0.56"
|