mirror of
https://github.com/clap-rs/clap
synced 2024-12-16 23:53:10 +00:00
Update README.md
This commit is contained in:
parent
66e75fe3cc
commit
52d2550d4e
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ Find it on Docs.rs: [structopt-derive](https://docs.rs/structopt-derive) and [st
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
||||||
Add `clap`, `structopt` and `structop-derive` to your dependencies of your `Cargo.toml`:
|
Add `structopt` and `structop-derive` to your dependencies of your `Cargo.toml`:
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
structopt = "0.0.3"
|
structopt = "0.0.3"
|
||||||
|
|
Loading…
Reference in a new issue