himitsu 1.0.0

An encrypted CLI tool for managing secrets on your machine
1
2
3
4
5
6
7
8
9
//! Contains prompts for `himitsu`.

pub mod add;
pub mod authenticate;
pub mod config;
pub mod edit;
pub mod setup;
pub mod use_secret;
pub mod utils;