1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
/// Register the cli component pub mod register; /// Connections subcommand pub mod connections; /// Features subcommand pub mod features; /// Invite subcommand pub mod invite; /// Basic message subcommand pub mod message; /// Issue credential V1 subcommand pub mod issue_credential; /// Schema subcommand pub mod schema; /// Credential definition pub mod credential_definition;