rust server working :) !!!

This commit is contained in:
unurled 2023-02-16 13:30:06 +01:00
parent d625ced9b1
commit e00ab6183c
33 changed files with 410 additions and 1159 deletions

12
.gitignore vendored
View file

@ -1,4 +1,10 @@
node_modules/
package-lock.json
.env
yarn.lock
# Added by cargo
/target
Cargo.lock
db.json
.vscode
.idea