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