[package] name = "attestation" version.workspace = true edition.workspace = true license.workspace = true [[bin]] name = "attest" path = "src/main.rs" [dependencies] # Only the shared hashing primitive — NOT ci_reports. The root is recomputed by # this crate's own code path, so it is an independent check, not a re-export of # the producer's claim. world_model = { path = "../world_model" }