1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 09:04:12 +02:00

split services into seperate files

This commit is contained in:
Robin Appelman 2021-07-30 18:04:14 +02:00
commit 3cac4e4679
9 changed files with 434 additions and 463 deletions

View file

@ -21,6 +21,8 @@ petname = "1"
reqwest = { version = "0.11", default-features = false }
tar = "0.4"
flate2 = "1"
async-trait = "0.1"
enum_dispatch = "0.3"
[profile.release]
lto = true