diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -13,10 +13,3 @@ regex = "1" | |||
13 | urlencoding = "1.0.0" | 13 | urlencoding = "1.0.0" |
14 | clap = "2.32.0" | 14 | clap = "2.32.0" |
15 | lazy_static = "1.0.2" | 15 | lazy_static = "1.0.2" |
16 | |||
17 | [profile.dev] | ||
18 | opt-level = 1 | ||
19 | |||
20 | [profile.release] | ||
21 | opt-level = 3 | ||
22 | |||