crepuscularity-dev 0.4.2

crepus-dev hot-reload development server (UNSTABLE; in active development).
1
2
3
4
5
//! Emits a compiler warning when this crate is built as a dependency.

fn main() {
    println!("cargo:warning=crepuscularity: UNSTABLE / in active development — APIs may change without a semver-major bump until 1.0. Pin exact versions.");
}