[package] name = "teamclaw-server" version = "0.1.0" edition.workspace = true rust-version.workspace = true license.workspace = true publish.workspace = true [dependencies] axum = "0.8" serde_json = { workspace = true } sqlx = { workspace = true } tc-api = { path = "../../tc-api" } tc-auth = { path = "../../tc-auth" } tc-config = { path = "../../tc-config" } tc-db = { path = "../../tc-db" } tc-files = { path = "../../tc-files" } tc-llm = { path = "../../tc-llm" } tc-runtime = { path = "../../tc-runtime" } tc-sandbox = { path = "../../tc-sandbox" } tc-scheduler = { path = "../../tc-scheduler" } tc-domain = { path = "../../tc-domain" } time = { workspace = true } tokio = { workspace = true } [lints] workspace = true