feat: remove Rust project

This commit is contained in:
2026-02-05 00:37:59 +04:00
parent 6a46fe9825
commit afe6b9a29b
21 changed files with 0 additions and 2735 deletions

View File

@@ -1,15 +0,0 @@
{
"image": "mcr.microsoft.com/devcontainers/rust:latest",
"customizations": {
"vscode": {
"extensions": [
"rust-lang.rust-analyzer"
]
}
},
"runArgs": [
"--cap-add=SYS_PTRACE",
"--security-opt",
"seccomp=unconfined"
]
}