http-server-plugin 1.0.0-draft+1

HTTP Server RS Plugin Crate
Documentation
1
2
3
4
fn main() {
    let version = rustc_version::version().unwrap();
    println!("cargo:rustc-env=RUSTC_VERSION={}", version);
}