Working on rust backend

This commit is contained in:
2023-08-30 18:39:33 -04:00
parent d999e3d484
commit 7a7f90809a
13 changed files with 2942 additions and 4 deletions

5
.gitignore vendored
View File

@@ -34,5 +34,6 @@ yarn-error.log*
# typescript
*.tsbuildinfo
/target/
/dist/
target/
dist/
.vscode/