himitsu 1.0.0

An encrypted CLI tool for managing secrets on your machine
1
2
3
4
5
6
//! Contains functions for secrets lookup.

pub mod init;
pub mod modify;
pub mod secure;
pub mod utils;