fix: remove clap dependency from core crate (#860)
This commit is contained in:
1
codex-rs/Cargo.lock
generated
1
codex-rs/Cargo.lock
generated
@@ -516,7 +516,6 @@ dependencies = [
|
||||
"async-channel",
|
||||
"base64 0.21.7",
|
||||
"bytes",
|
||||
"clap",
|
||||
"codex-apply-patch",
|
||||
"codex-mcp-client",
|
||||
"dirs",
|
||||
|
||||
@@ -12,7 +12,6 @@ anyhow = "1"
|
||||
async-channel = "2.3.1"
|
||||
base64 = "0.21"
|
||||
bytes = "1.10.1"
|
||||
clap = { version = "4", features = ["derive", "wrap_help"], optional = true }
|
||||
codex-apply-patch = { path = "../apply-patch" }
|
||||
codex-mcp-client = { path = "../mcp-client" }
|
||||
dirs = "6"
|
||||
|
||||
Reference in New Issue
Block a user