[package]
name = "mos-parse"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
description = "Parser for the Mosaic source language (manifest §3, §6 stages 1–2)."
readme = "README.md"
homepage.workspace = true
repository.workspace = true
license.workspace = true
keywords.workspace = true
categories.workspace = true
exclude = ["AGENTS.md"]
[dependencies]
mos-core.workspace = true
[lints]
workspace = true