aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2adeae2..f8a74e7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,3 +11,10 @@ regex = "1"
11urlencoding = "1.0.0" 11urlencoding = "1.0.0"
12clap = "2.32.0" 12clap = "2.32.0"
13lazy_static = "1.0.2" 13lazy_static = "1.0.2"
14
15[profile.dev]
16opt-level = 1
17
18[profile.release]
19opt-level = 3
20