Skip to content
This repository was archived by the owner on Sep 13, 2023. It is now read-only.

Commit 4f49900

Browse files
committed
Adjust Readme in light of #9
1 parent 5779116 commit 4f49900

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Readme.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ Quickly build cool CLI apps in Rust.
2020
[dependencies]
2121
quicli = "0.1"
2222
```
23+
24+
And, to be able to use all the features, also add these two goodies:
25+
26+
```toml
27+
structopt = "0.1"
28+
serde = "1"
29+
```
2330

2431
3. Now, open up your `src/main.rs`. First, let's import all the good stuff:
2532

0 commit comments

Comments
 (0)