sshenv 0.0.1-alpha.1

SSH-key-backed encrypted vault for environment variables
1
2
3
4
5
6
//! Compatibility re-exports for SSH identity discovery/loading.
//!
//! The reusable implementation lives in `sshenv_vault::identity` so other
//! applications can embed sshenv without depending on the CLI crate.

pub use sshenv_vault::identity::*;