fix: remove clap dependency from core crate (#860)

This commit is contained in:
Michael Bolin
2025-05-07 19:33:09 -07:00
committed by GitHub
parent 86022f097e
commit 9fdf2fa066
2 changed files with 0 additions and 2 deletions

View File

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