cli: remove lexopt dependency
This commit is contained in:
parent
83f26abaa0
commit
bc1d9ed495
|
|
@ -2822,7 +2822,6 @@ dependencies = [
|
|||
"dunce",
|
||||
"human-panic",
|
||||
"itertools",
|
||||
"lexopt",
|
||||
"localtime",
|
||||
"log",
|
||||
"nonempty",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@ clap = { version = "4.5.44", features = ["derive"] }
|
|||
dunce = { workspace = true }
|
||||
human-panic.workspace = true
|
||||
itertools.workspace = true
|
||||
lexopt = { workspace = true }
|
||||
localtime = { workspace = true }
|
||||
log = { workspace = true, features = ["std"] }
|
||||
nonempty = { workspace = true }
|
||||
|
|
|
|||
Loading…
Reference in New Issue