[package]
name = "code-baseline"
version = "1.4.2"
edition = "2021"
description = "Enforce architectural decisions AI coding tools keep ignoring"
license = "MIT"
repository = "https://github.com/stewartjarod/baseline"
readme = "README.md"
keywords = ["linter", "tailwind", "react", "code-quality"]
categories = ["development-tools"]
[[bin]]
name = "baseline"
path = "src/main.rs"
[dependencies]
regex = "1"
clap = { version = "4", features = ["derive"] }
serde = { version = "1", features = ["derive"] }
toml = "0.8"
ignore = "0.4"
rayon = "1"
globset = "0.4"
serde_json = "1"
tree-sitter = "0.24"
tree-sitter-typescript = "0.23"
tree-sitter-javascript = "0.23"
[dev-dependencies]
tempfile = "3.25.0"