diff options
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | Cargo.toml | 1 |
2 files changed, 4 insertions, 0 deletions
@@ -4,3 +4,6 @@ # These are backup files generated by rustfmt **/*.rs.bk + +# IntelliJ project files +.idea/
\ No newline at end of file @@ -15,6 +15,7 @@ codegen-units = 1 lto = true opt-level = 'z' panic = 'abort' +strip = true [dependencies] actix-files = "0.6" |