Split server into own file
This commit is contained in:
parent
f8a65ba2f3
commit
6961c064c0
3 changed files with 69 additions and 40 deletions
|
|
@ -10,3 +10,10 @@ edition = "2018"
|
|||
tar = "0.4.37"
|
||||
# Used to compress said tarballs using gzip
|
||||
flate2 = "1.0.21"
|
||||
# Used for backup filenames
|
||||
chrono = "0.4.19"
|
||||
|
||||
[profile.release]
|
||||
lto = "fat"
|
||||
codegen-units = 1
|
||||
panic = "abort"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue