Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(zenoh-flow-daemon): remove unneeded dependency to clap
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