Can generate release builds

This commit is contained in:
2023-12-12 15:45:56 +01:00
parent f651c756b6
commit e8422f4b3c
11 changed files with 143 additions and 11 deletions

View File

@ -40,4 +40,6 @@ bytes = "1.5.0"
tokio = "1.32.0"
futures = "0.3.28"
ipnetwork = "0.20.0"
num = "0.4.1"
num = "0.4.1"
rust-embed = { version = "8.0.0", features = ["actix"] }
mime_guess = "2.0.4"