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