sshkeyman 0.1.2

Web-based SSH key & config manager in Rust.
1
2
3
4
5
6
7
8
9
use rust_embed::RustEmbed;

#[derive(RustEmbed)]
#[folder = "static"]
pub struct StaticAssets;

#[derive(RustEmbed)]
#[folder = "locales"]
pub struct LocaleAssets;