klave 0.0.3

This crate provides tools for building and using Klave-based applications
Documentation
{
    "name": "klave-crate",
    "$schema": "../../node_modules/nx/schemas/project-schema.json",
    "tags": [
        "crate"
    ],
    "implicitDependencies": [
        "secretarium-crate"
    ],
    "targets": {
        "build": {
            "command": "cargo build -p klave --target-dir crates/klave/target --release",
            "cache": true,
            "outputs": [
                "{projectRoot}/target"
            ]
        }
    }
}