tsafe-cli 1.1.0

Local-first secrets runtime for developers — inject credentials via exec, never shell history or .env files
Documentation
1
2
3
4
5
6
7
//! tsafe CLI — main entry point and command dispatcher.
//!
//! All logic lives in `lib.rs`; this file is a thin shim for the binary.

fn main() {
    tsafe_cli::run();
}