read-tree 0.2.0

A read-only tree structure.
Documentation
{
    "folders":
    [
        {
            "path": ".",
        }
    ],
    "build_systems": [
        {
            "name": "cargo check",
            "shell_cmd": "cargo check --message-format=short && cargo check --tests --message-format=short && cargo fmt && cargo doc --message-format=short",
            "working_dir": "$project_path/",
            "file_regex": "^([^:]+):(\\d+):(\\d+): (.+)$"
        }
    ]
}