lezeh-deployment 0.0.6

CLI related with deployment operations, mostly to improve productivity working with deployment at work, for personal use. See https://github.com/sendyhalim/lezeh for details.
Documentation
1
2
3
4
5
6
use rust_embed::RustEmbed;

// Path relative to Cargo.toml dir
#[derive(RustEmbed)]
#[folder = "./assets/templates/"]
pub struct Asset;