[package] name = "tc-scheduler" version = "0.1.0" edition.workspace = true rust-version.workspace = true license.workspace = true publish.workspace = true [dependencies] serde_json = { workspace = true } sqlx = { workspace = true } tc-db = { path = "../tc-db" } tc-domain = { path = "../tc-domain" } tc-runtime = { path = "../tc-runtime" } thiserror = { workspace = true } time = { workspace = true } tokio = { workspace = true } [dev-dependencies] tc-llm = { path = "../tc-llm" } tc-testkit = { path = "../tc-testkit" } uuid = { workspace = true } [lints] workspace = true