mirror of
https://github.com/fluencelabs/aquavm
synced 2024-12-13 11:15:33 +00:00
40bb3c843f
* Update all non-major Rust dependencies * bump fluence-app-service version Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Valery Antopol <valery.antopol@gmail.com>
22 lines
485 B
TOML
22 lines
485 B
TOML
[package]
|
|
name = "air-lambda-ast"
|
|
description = "Definition of the AIR lambda AST"
|
|
version = "0.1.0"
|
|
authors = ["Fluence Labs"]
|
|
edition = "2018"
|
|
license = "Apache-2.0"
|
|
publish = false
|
|
keywords = ["fluence", "air", "lambda", "ast"]
|
|
categories = ["wasm"]
|
|
|
|
[lib]
|
|
name = "air_lambda_ast"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
non-empty-vec = { version = "0.2.3", features = ["serde"] }
|
|
itertools = "0.10.4"
|
|
|
|
serde = { version = "1.0.144", features = ["rc", "derive"] }
|
|
serde_json = "1.0.85"
|