litehouse-plugin-macro 0.1.0

A macro for generating Litehouse plugins
Documentation
1
2
3
4
5
6
fn main() {
    println!(
        "cargo:rustc-env=WIT_DIR={}",
        std::env::current_dir().unwrap().to_str().unwrap()
    );
}