monerochan 5.2.7

Monero-Chan, The Open-Source Privacy Platform (OSPP)
Documentation
1
2
3
4
5
6
fn main() {
    println!("cargo::rustc-check-cfg=cfg(monerochan_ci_in_progress)");
    if std::env::var("MONEROCHAN_CI_IN_PROGRESS").is_ok() {
        println!("cargo::rustc-cfg=monerochan_ci_in_progress");
    }
}