mirror of
https://github.com/uutils/coreutils
synced 2024-12-14 23:32:39 +00:00
base64: remove clap dependency (handled by base_common)
This commit is contained in:
parent
67e5ede0a1
commit
0fb7ceb1a0
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@ edition = "2018"
|
|||
path = "src/base64.rs"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "2.33", features = ["wrap_help"] }
|
||||
uucore = { version=">=0.0.10", package="uucore", path="../../uucore", features = ["encoding"] }
|
||||
uucore_procs = { version=">=0.0.7", package="uucore_procs", path="../../uucore_procs" }
|
||||
uu_base32 = { version=">=0.0.8", package="uu_base32", path="../base32"}
|
||||
|
|
Loading…
Reference in a new issue