[package] name = "cm-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 } cm-db = { path = "../cm-db" } cm-domain = { path = "../cm-domain" } cm-runtime = { path = "../cm-runtime" } thiserror = { workspace = true } time = { workspace = true } tokio = { workspace = true } uuid = { workspace = true } [dev-dependencies] cm-llm = { path = "../cm-llm" } cm-testkit = { path = "../cm-testkit" } uuid = { workspace = true } [lints] workspace = true