diff options
-rw-r--r-- | Cargo.toml | 7 | ||||
-rw-r--r-- | readme.md | 6 |
2 files changed, 3 insertions, 10 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 | |||
@@ -16,9 +16,9 @@ cargo run --release | |||
16 | 16 | ||
17 | Taizen uses a **stack** like model. | 17 | Taizen uses a **stack** like model. |
18 | Articles are opened on new layers, pop a layer to go back. | 18 | Articles are opened on new layers, pop a layer to go back. |
19 | Hit `s` to search | 19 | Hit `s` to search |
20 | Hit `q` to quit | 20 | Hit `q` to quit |
21 | Hit `t` to pop a layer from the article stack | 21 | Hit `t` to pop a layer from the article stack |
22 | 22 | ||
23 | You can now view wikipedia pages in different languages, by passing the | 23 | You can now view wikipedia pages in different languages, by passing the |
24 | language code as a commandline arg. | 24 | language code as a commandline arg. |