borg_ros 0.1.0

a command line tool for ROS2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "packages": [
    "rustc@latest",
    "cargo@latest",
    "rust-analyzer@latest"
  ],
  "shell": {
    "init_hook": [
      "echo 'Welcome to devbox!' > /dev/null"
    ],
    "scripts": {
      "test": [
        "echo \"Error: no test specified\" && exit 1"
      ]
    }
  }
}