[package]
name = "ty-parser"
version = "0.1.0"
authors = ["p <p@p11c.xyz>"]
edition = "2024"
description = "C-syntax parser for the Ty programming language"
license = "MIT"
repository = "https://gitlab.com/porky11/tyre"
[dependencies]
ty-ree = { version = "0.1.0", path = "../ty-ree" }