move `cli binary` to its own crate
Closed this issue · 1 comments
niklasad1 commented
The dependency clap
is only used for cli binary
and IMO it should not be exposed to users that only wants to use the enr library.
Thus, move cli binary
to a separate crate seems like that best idea since rust doesn't support only bin dependencies
AgeManning commented
Yep good point. Will do.