[package]
name = "codehelion-frontend-c"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
description = "C Fast-mode lexer and unit-boundary frontend for the codehelion source-audit tool."
[dependencies]
codehelion-core = { version = "0.1.0", path = "../codehelion-core" }
tree-sitter = "0.25"
tree-sitter-c = "0.24"
[dev-dependencies]
proptest = "1.6"
[lints]
workspace = true