diff options
| author | diogo464 <[email protected]> | 2021-12-23 19:38:33 +0000 |
|---|---|---|
| committer | diogo464 <[email protected]> | 2021-12-23 19:38:33 +0000 |
| commit | ef0889ff3f372b2a9e7d819502d6da964ead5d99 (patch) | |
| tree | 7cbef191a6535c97593b9798269bd1fbec311341 /dotup_cli/Cargo.toml | |
| parent | 8b55e5482f6b7d325980b41edbd03d6e42c183c1 (diff) | |
Added "derive" feature to clap
Diffstat (limited to 'dotup_cli/Cargo.toml')
| -rw-r--r-- | dotup_cli/Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dotup_cli/Cargo.toml b/dotup_cli/Cargo.toml index d351336..f80b763 100644 --- a/dotup_cli/Cargo.toml +++ b/dotup_cli/Cargo.toml | |||
| @@ -10,9 +10,12 @@ doc = false | |||
| 10 | 10 | ||
| 11 | [dependencies] | 11 | [dependencies] |
| 12 | anyhow = "1.0" | 12 | anyhow = "1.0" |
| 13 | clap = "3.0.0-rc.7" | ||
| 14 | log = "0.4" | 13 | log = "0.4" |
| 15 | 14 | ||
| 15 | [dependencies.clap] | ||
| 16 | features = ["derive"] | ||
| 17 | version = "3.0.0-rc.7" | ||
| 18 | |||
| 16 | [dependencies.dotup] | 19 | [dependencies.dotup] |
| 17 | path = "../dotup" | 20 | path = "../dotup" |
| 18 | 21 | ||
