casper-devnet 0.6.0

Launcher for local Casper Network development networks.
Documentation
1
2
3
4
5
fn main() {
    if let Ok(target) = std::env::var("TARGET") {
        println!("cargo:rustc-env=BUILD_TARGET={}", target);
    }
}