(server) Add a server written in Rust
This commit is contained in:
7
Server/.gitignore
vendored
Normal file
7
Server/.gitignore
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
/target
|
||||
|
||||
# Though the `logs` folder will be created at the same directory
|
||||
# hierarchy of the executable (if you directly run the executable),
|
||||
# this folder, however, will be created at the root directory
|
||||
# of the project when running project by using `cargo run`.
|
||||
/logs
|
Reference in New Issue
Block a user