Initial Commit

This commit is contained in:
eneller
2026-04-13 01:02:51 +02:00
commit 9e9838d62f
43 changed files with 7114 additions and 0 deletions

7
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,7 @@
{
"recommendations": [
"tauri-apps.tauri-vscode",
"rust-lang.rust-analyzer",
"angular.ng-template"
]
}