Make the cli crate depend on workspace clap (#9507)
This fixes an outstanding TODO. --------- Co-authored-by: Piotr Osiewicz <24362066+osiewicz@users.noreply.github.com>
This commit is contained in:
parent
7c0a0e21ab
commit
df94906508
4 changed files with 90 additions and 202 deletions
|
@ -18,9 +18,8 @@ path = "src/main.rs"
|
|||
|
||||
[dependencies]
|
||||
anyhow.workspace = true
|
||||
# TODO: Use workspace version of `clap`.
|
||||
clap = { version = "3.1", features = ["derive"] }
|
||||
ipc-channel = "0.16"
|
||||
clap.workspace = true
|
||||
ipc-channel = "0.18"
|
||||
serde.workspace = true
|
||||
util.workspace = true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue