aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 018465a..2d651d1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,3 +17,7 @@ nom = "7"
17nom_locate = "4" 17nom_locate = "4"
18slotmap = "1" 18slotmap = "1"
19thiserror = "1" 19thiserror = "1"
20
21[profile.release]
22strip = true
23opt-level = "z"