aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore3
-rw-r--r--Cargo.toml1
2 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index f2e972d..8232dc4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,6 @@
# These are backup files generated by rustfmt
**/*.rs.bk
+
+# IntelliJ project files
+.idea/ \ No newline at end of file
diff --git a/Cargo.toml b/Cargo.toml
index 6037d87..e85c209 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,6 +15,7 @@ codegen-units = 1
lto = true
opt-level = 'z'
panic = 'abort'
+strip = true
[dependencies]
actix-files = "0.6"