Refactor the server
This commit is contained in:
parent
3b9ad11d71
commit
01ec17ff04
15 changed files with 939 additions and 1226 deletions
8
server-rs/rust-toolchain.toml
Normal file
8
server-rs/rust-toolchain.toml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[toolchain]
|
||||
channel = "stable"
|
||||
targets = [
|
||||
"x86_64-unknown-linux-gnu",
|
||||
"x86_64-unknown-linux-musl",
|
||||
"aarch64-unknown-linux-gnu",
|
||||
]
|
||||
profile = "default"
|
||||
Loading…
Add table
Add a link
Reference in a new issue