[workspace] resolver = "2" members = [ "crates/cph-diag", "crates/cph-model", "crates/cph-schema", "crates/cph-typst", "crates/cph-check", "crates/cph-cli", ] # Shared metadata for all workspace crates. Individual crates inherit these via # `version.workspace = true` / `edition.workspace = true`. [workspace.package] version = "0.1.0" edition = "2021" license = "MIT OR Apache-2.0" [workspace.dependencies] serde = { version = "1", features = ["derive"] } toml = "0.8" cph-diag = { path = "crates/cph-diag" } cph-model = { path = "crates/cph-model" }