mirror of
https://github.com/fluencelabs/aquavm
synced 2025-03-15 04:30:48 +00:00
20 lines
511 B
TOML
20 lines
511 B
TOML
[package]
|
|
name = "air-beautifier"
|
|
version = "0.4.0"
|
|
description = "AIR human-readable format transformer library"
|
|
authors = ["Fluence Labs"]
|
|
edition = "2021"
|
|
license = "Apache-2.0"
|
|
repository = "https://github.com/fluencelabs/aquavm"
|
|
documentation = "https://docs.rs/air-beautifier"
|
|
keywords = ["fluence", "air", "beautifier"]
|
|
|
|
[lib]
|
|
name = "air_beautifier"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
aquavm-air-parser = { version = "0.11.0", path = "../air-lib/air-parser" }
|
|
itertools = "0.10.5"
|
|
thiserror = "1.0.50"
|