Skip to content

Commit

Permalink
fix(zenoh-flow-daemon): remove unneeded dependency to clap
Browse files Browse the repository at this point in the history
This is, unfortunately, a historical artefact: before the major
crate-split the crate `zenoh-flow-daemon` was containing the executable
and thus needed to provide a CLI (leveraging `clap`).

This dependency should have been removed.

* Cargo.lock: removed clap from the dependencies of zenoh-flow-daemon
* zenoh-flow-daemon/Cargo.toml: removed clap from the dependencies

Signed-off-by: Julien Loudet <[email protected]>
  • Loading branch information
J-Loudet committed Mar 29, 2024
1 parent a3b5458 commit bb12c12
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion zenoh-flow-daemon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ version = { workspace = true }
[dependencies]
anyhow = { workspace = true }
async-std = { workspace = true }
clap = { workspace = true }
flume = { workspace = true }
futures = { workspace = true }
log = { workspace = true }
Expand Down

0 comments on commit bb12c12

Please sign in to comment.