lenso-cli 0.5.1

Authoring CLI for Lenso Plugins and App intent.
Documentation
1
2
3
4
fn main() {
    let target = std::env::var("TARGET").expect("Cargo always sets TARGET for build scripts");
    println!("cargo:rustc-env=LENSO_CLI_BUILD_TARGET={target}");
}