[package]
name = "only-syntax"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
documentation.workspace = true
description = "Syntax parsing and CST construction for the only task language."
[dependencies]
only-diagnostic.workspace = true
logos.workspace = true
rowan.workspace = true
smol_str.workspace = true
text-size.workspace = true
winnow.workspace = true