Files
compliance-scanner-agent/control-map/Cargo.toml
sharang c6baf72c6d
CI / Check (push) Skipped
CI / Detect Changes (push) Successful in 3s
CI / Deploy Docs (push) Skipped
CI / Deploy Agent (push) Successful in 3m45s
CI / Deploy Dashboard (push) Successful in 2m40s
CI / Deploy MCP (push) Successful in 1m46s
feat: control-driven SAST — LUT + grounded LLM triage over tool findings (#213)
2026-07-21 09:01:51 +00:00

13 lines
204 B
TOML

[package]
name = "control-map"
version = "0.1.0"
edition = "2021"
[lints]
workspace = true
[dependencies]
serde = { workspace = true }
serde_json = { workspace = true }
thiserror = { workspace = true }