aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordiogo464 <[email protected]>2024-01-18 11:56:19 +0000
committerdiogo464 <[email protected]>2024-01-18 11:56:19 +0000
commitf8d8aaa035dd27c5bb33c1654d94b5b8612586d8 (patch)
treef1d6d6808c60e78ac2d37161d804946d2597b8ce /Cargo.toml
parent5b48457beb82b38f1a003af1ee34a3a7ad291af1 (diff)
added release workflow
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"