rustauth-cli 0.2.0

Command-line tools for RustAuth.
Documentation
1
2
3
4
5
6
7
8
9
pub mod completions;
pub mod db;
pub(crate) mod db_support;
pub mod doctor;
pub mod info;
pub mod init;
pub mod plugins;
pub mod schema;
pub mod secret;