[package]
name = "noxid-cli"
version = "0.2.1"
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "The Noxid compiler command line: check, build, test, adapt, and the agent surface"
[[bin]]
name = "noxid"
path = "src/main.rs"
[dependencies]
noxid-agent-ir = { path = "../agent-ir", version = "0.2.0" }
noxid-ast = { path = "../ast", version = "0.2.0" }
noxid-source = { path = "../source", version = "0.2.0" }
noxid-compiler-core = { path = "../compiler-core", version = "0.2.0" }
noxid-graph = { path = "../graph", version = "0.2.0" }
noxid-ir = { path = "../ir", version = "0.2.0" }
noxid-parser = { path = "../parser", version = "0.2.0" }
noxid-router-ir = { path = "../router-ir", version = "0.2.0" }
noxid-render-ir = { path = "../render-ir", version = "0.2.0" }
noxid-codegen-ssr-js = { path = "../codegen-ssr-js", version = "0.2.0" }
noxid-codegen-js = { path = "../codegen-js", version = "0.2.0" }
noxid-deployment-ir = { path = "../deployment-ir", version = "0.2.0" }
noxid-hmr-ir = { path = "../hmr-ir", version = "0.2.0" }
noxid-execution-ir = { path = "../execution-ir", version = "0.2.0" }
noxid-openapi = { path = "../openapi", version = "0.2.0" }
noxid-codegen-server-js = { path = "../codegen-server-js", version = "0.2.1" }
noxid-codegen-validation-js = { path = "../codegen-validation-js", version = "0.2.0" }
noxid-validation-ir = { path = "../validation-ir", version = "0.2.0" }
noxid-model-ir = { path = "../model-ir", version = "0.2.0" }
noxid-property-gen = { path = "../property-gen", version = "0.2.0" }
noxid-devtools-protocol = { path = "../devtools-protocol", version = "0.2.0" }
noxid-types = { path = "../types", version = "0.2.0" }
noxid-formatter = { path = "../formatter", version = "0.2.0" }
noxid-lsp = { path = "../lsp", version = "0.2.0" }
noxid-workspace = { path = "../workspace", version = "0.2.0" }
noxid-mcp = { path = "../mcp", version = "0.2.0" }
noxid-agent-planning = { path = "../agent-planning", version = "0.2.0" }
noxid-ai-eval = { path = "../ai-eval", version = "0.2.0" }
noxid-semantic-ops = { path = "../semantic-ops", version = "0.2.0" }
noxid-semantic-transactions = { path = "../semantic-transactions", version = "0.2.0" }
noxid-port-vue = { path = "../port-vue", version = "0.2.0" }
noxid-vue-island = { path = "../vue-island", version = "0.2.0" }
noxid-headless-components = { path = "../headless-components", version = "0.2.0" }
noxid-runtime = { path = "../runtime", version = "0.2.0" }
[lints]
workspace = true