diff options
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ lto = true opt-level = 'z' codegen-units = 1 panic = 'abort' +strip = true [dependencies] actix-web = "4" |
![]() |
index : miniserve | |
For when you really just want to serve some files over HTTP right now! | rustc |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | Cargo.toml | 1 |
@@ -15,6 +15,7 @@ lto = true opt-level = 'z' codegen-units = 1 panic = 'abort' +strip = true [dependencies] actix-web = "4" |