Skip to content

Commit 104f919

Browse files
committed
cli: remove clap dependency
The CLI crate does not use clap directly, so it does not need to depend on it. It does use it indirectly, through the our lib crate Signed-off-by: Omer Tuchfeld <[email protected]>
1 parent 3425e9b commit 104f919

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ platforms = ["x86_64-unknown-linux-gnu", "aarch64-unknown-linux-gnu", "powerpc64
1818
[dependencies]
1919
anyhow = { workspace = true }
2020
bootc-lib = { version = "1.0", path = "../lib" }
21-
clap = { workspace = true }
2221
bootc-utils = { path = "../utils" }
2322
tokio = { workspace = true, features = ["macros"] }
2423
log = "0.4.21"

0 commit comments

Comments
 (0)