Skip to content

Commit

Permalink
Update templates/credential-registry/cargo-generate.toml
Browse files Browse the repository at this point in the history
Co-authored-by: Doris Benda <[email protected]>
  • Loading branch information
annenkov and DOBEN authored Aug 31, 2023
1 parent a987a03 commit 588a2a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/credential-registry/cargo-generate.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ cargo_generate_version = ">= 0.16.0, < 0.19.0"
[placeholders]
description = { type="string", prompt="Description for the project?" }
revocable_by_others = { type="bool", prompt="Can credentials be revoked by someone other than the issuer or the holder?", default=true }
restorable = { type="bool", prompt="Can revocation be canceled?", default=false }
restorable = { type="bool", prompt="Can revocation be reverted?", default=false }

0 comments on commit 588a2a9

Please sign in to comment.