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