[package]
edition = "2021"
name = "tupa-parser"
version = "0.8.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parser for TupaLang source files"
homepage = "https://github.com/marciopaiva/tupalang"
documentation = "https://github.com/marciopaiva/tupalang/wiki"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/marciopaiva/tupalang"
[lib]
name = "tupa_parser"
path = "src/lib.rs"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.thiserror]
version = "1.0"
[dependencies.tupa-lexer]
version = "0.8.1"