caith 0.1.1

A dice roller library supporting many features
Documentation
fn main() {
    // Tell Cargo that if the given file changes, to rerun this build script.
    println!("cargo:rerun-if-changed=src/caith.pest");
}