initial commit, empty rocket server

This commit is contained in:
Philippe Loctaux 2023-02-27 12:25:58 +01:00
commit 27d02a0d5c
11 changed files with 2980 additions and 0 deletions

8
.gitignore vendored Normal file
View file

@ -0,0 +1,8 @@
# rust
/target
# ide
.idea/
# os
.DS_Store