vta_cli_common/lib.rs
1pub mod commands;
2// Waiting out a `requireConsent` gate. Shared with the offline `vta` binary so
3// both CLIs answer an approval question the same way.
4pub mod consent;
5// Terminal rendering for DIDs + their display names. The CLI layer over
6// `vta_sdk::display_name`.
7pub mod display;
8pub mod duration;
9pub mod local_keygen;
10pub mod render;
11pub mod sealed_consumer;
12pub mod sealed_producer;
13pub mod secure_file;