# file: kb_materializer_risk/Cargo.toml # version: 3 [package] name = "kb_materializer_risk" version.workspace = true edition.workspace = true license.workspace = true publish.workspace = true [dependencies] kb_core = { path = "../kb_core" } kb_decoder_api = { path = "../kb_decoder_api" } kb_materializer_api = { path = "../kb_materializer_api" } kb_model = { path = "../kb_model" } kb_program_ids = { path = "../kb_program_ids" } serde_json.workspace = true tracing.workspace = true [lints] workspace = true