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

Commit

Permalink
Adjust Readme in light of #9
Browse files Browse the repository at this point in the history
  • Loading branch information
killercup committed Jan 22, 2018
1 parent 5779116 commit 4f49900
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ Quickly build cool CLI apps in Rust.
[dependencies]
quicli = "0.1"
```

And, to be able to use all the features, also add these two goodies:

```toml
structopt = "0.1"
serde = "1"
```

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

Expand Down

0 comments on commit 4f49900

Please sign in to comment.