Split server into own file

This commit is contained in:
Jef Roosens 2021-09-13 12:56:41 +02:00
parent f8a65ba2f3
commit 6961c064c0
Signed by: Jef Roosens
GPG key ID: B580B976584B5F30
3 changed files with 69 additions and 40 deletions

View file

@ -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"