espup 0.3.0

Tool for installing and maintaining ESP Rust environment.
Documentation
{
    "version": "0.2.0",
    "configurations": [
        {
            "type": "lldb",
            "request": "launch",
            "name": "Debug executable",
            "cargo": {
                "args": [
                    "build",
                    "--bin=espup",
                    "--package=espup",
                    "--manifest-path=Cargo.toml"
                ],
                "filter": {
                    "name": "espup",
                    "kind": "bin"
                }
            },
            "args": [
                "install"
            ],
            "cwd": "${workspaceFolder}"
        }
    ]
}