brink-syntax-native 0.0.17

Lexer and error-resilient CST for the .brink native surface (B0.5 grammar skeleton)
Documentation
[package]
name = "brink-syntax-native"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
readme.workspace = true
keywords.workspace = true
categories.workspace = true
description = "Lexer and error-resilient CST for the .brink native surface (B0.5 grammar skeleton)"

# Per-worktree build stamp for scripts/check-target-freshness.mjs (#2759) —
# see build.rs's own header for what it writes and why.
build = "build.rs"

[dependencies]
rowan.workspace = true

[dev-dependencies]
insta.workspace = true
proptest.workspace = true

[lints]
workspace = true