# file: kb_materializer_pool_state/Cargo.toml # version: 2 [package] name = "kb_materializer_pool_state" version.workspace = true edition.workspace = true license.workspace = true publish.workspace = true [dependencies] kb_core = { path = "../kb_core" } kb_materializer_api = { path = "../kb_materializer_api" } kb_model = { path = "../kb_model" } [lints] workspace = true