aquavm/crates/beautifier/Cargo.toml
renovate[bot] d9cfa9cf15
chore(deps): update rust crate thiserror to 1.0.38 (#408)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-27 00:19:10 +03:00

20 lines
500 B
TOML

[package]
name = "air-beautifier"
version = "0.1.1"
description = "AIR human-readable format transformer library"
authors = ["Fluence Labs"]
edition = "2018"
license = "Apache-2.0"
repository = "https://github.com/fluencelabs/aquavm/tree/master/crates/beautifier"
publish = false
keywords = ["fluence", "air", "beautifier"]
[lib]
name = "air_beautifier"
path = "src/lib.rs"
[dependencies]
air-parser = { version = "0.7.1", path = "../air-lib/air-parser" }
itertools = "0.10.5"
thiserror = "1.0.38"