summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml11
1 files changed, 7 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c629414..6c7e6cf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,14 +19,14 @@ lto = false
panic = "unwind"
[profile.release]
-opt-level = 3
+opt-level = "z"
debug = false
-split-debuginfo = "off"
+split-defoinfo = "off"
codegen-units = 1
incremental = false
-lto = "fat"
+lto = "thin"
panic = "abort"
-strip = "symbols"
+strip = true
[build-dependencies]
chrono = "0.4"
@@ -58,3 +58,6 @@ rust-i18n = "3"
# Regex
regex = "1.12.1"
+
+# File
+walkdir = "2.5.0"