acorn-cli 0.1.26

ACORN command line interface
1
2
3
4
5
6
#![allow(missing_docs)]
// Documentation: https://doc.rust-lang.org/cargo/reference/build-scripts.html
// Utility crate: https://github.com/richard-uk1/depgraph
fn main() {
    println!("cargo:rerun-if-changed=assets/**/*");
}