dwctl 0.4.2

The Doubleword Control Layer - A self-hostable observability and analytics platform for LLM applications
1
2
3
4
5
6
/// Build script - Frontend is built in CI before publishing to crates.io.
/// No Node.js required for users installing from crates.io.
fn main() {
    // Tell Cargo to rerun this build script if the static directory changes
    println!("cargo:rerun-if-changed=static");
}