Support deb-get (#925)

This commit is contained in:
Roey Darwish Dror
2022-05-07 09:14:20 +03:00
committed by GitHub
parent 8e7fd6772d
commit fdf03f6548
4 changed files with 30 additions and 0 deletions

14
.vscode/tasks.json vendored Normal file
View File

@@ -0,0 +1,14 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "cargo",
"command": "clippy",
"problemMatcher": [
"$rustc"
],
"group": "test",
"label": "rust: cargo clippy"
}
]
}