{
"name": "Rust",
"build": {
"dockerfile": "Dockerfile"
},
"mounts": [
"source=${localEnv:HOME}${localEnv:USERPROFILE},target=/host-home-folder,type=bind,consistency=cached",
],
"postCreateCommand": "if [ -e /host-home-folder/vscode_common/vscode.bash ];then /bin/bash /host-home-folder/vscode_common/vscode.bash;fi;cargo install --locked cargo-vet;cargo install rustfilt;cargo install --locked cargo-doc2readme"
}