cli: remove lexopt dependency

This commit is contained in:
Fintan Halpenny 2025-10-29 13:37:26 +00:00 committed by Lorenz Leutgeb
parent 83f26abaa0
commit bc1d9ed495
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View File

@ -2822,7 +2822,6 @@ dependencies = [
"dunce",
"human-panic",
"itertools",
"lexopt",
"localtime",
"log",
"nonempty",

View File

@ -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 }