# file: kb_materializer_token_metadata_risk/Cargo.toml # version: 1 [package] name = "kb_materializer_token_metadata_risk" 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