[package]
name = "aleph-syntax-tree"
version = "0.1.4"
edition = "2024"
license-file="LICENSE"
repository="https://github.com/aleph-lang/aleph-syntax-tree"
description="Aleph Syntax Tree structure."
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
strum = "0.27.2"
strum_macros = "0.27.2"