Files
whetstone_DSL/tmp_eval_large_specs_20260303/cp_012_rust.md

437 B

CLI Password Vault (cp_012)

Objective

Build a CLI password vault with encrypted local storage and master-key unlock.

Language & Library Constraints

  • Primary language: rust
  • Available libraries: axum, serde, tokio, sqlx
  • Use library APIs explicitly where suitable in execution contracts.

Acceptance

  • Deterministic taskitems with strict execution contracts.
  • Include selected library and preferred APIs when applicable.