cargo-make 0.37.24

Rust task runner and build tool.
Documentation
{
    // Use IntelliSense to learn about possible attributes.
    // Hover to view descriptions of existing attributes.
    // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
    "version": "0.2.0",
    "configurations": [
        {
            "name": "(LLDB) Launch",
            "type": "lldb",
            "request": "launch",
            "program": "${workspaceRoot}/target/debug/makers",
            "windows": {
                "program": "${workspaceRoot}/target/debug/makers.exe"
            },
            "args": [
                "--list-all-steps"
            ],
            "cwd": "${workspaceRoot}",
            "environment": [],
            "stopOnEntry": false,
            "sourceLanguages": [
                "rust"
            ],
            "preLaunchTask": "build debug"
        },
    ]
}