mirror of
https://github.com/fluencelabs/aquavm
synced 2025-03-15 04:30:48 +00:00
* chore: release master * chore: Bump air-interpreter and air-near-contract version to 0.64.0
20 lines
531 B
TOML
20 lines
531 B
TOML
[package]
|
|
name = "air-beautifier"
|
|
version = "0.5.0"
|
|
description = "AIR human-readable format transformer library"
|
|
authors = ["Fluence DAO", "Cloudless Labs"]
|
|
edition = "2021"
|
|
license = "AGPL-3.0-only"
|
|
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.12.0", path = "../air-lib/air-parser" }
|
|
itertools = "0.10.5"
|
|
thiserror = "1.0.50"
|