userd 0.2.0

A user daemon, managing services and regular running of jobs, in user space.
{
	"version": "2.0.0",
	"tasks": [
		{
			"type": "cargo",
			"command": "run",
			"presentation": {
				"clear": true
			},
			"problemMatcher": [
				"$rustc"
			],
			"env": {
				"RUST_BACKTRACE": "0"
			},
			"label": "rust: cargo run"
		}
	]
}