fix: libcc link (#9819)

This commit is contained in:
jif-oai
2026-01-24 16:32:06 +01:00
committed by GitHub
parent 83775f4df1
commit 3651608365
2 changed files with 6 additions and 2 deletions

View File

@@ -21,7 +21,11 @@ clap = { workspace = true, features = ["derive"] }
codex-process-hardening = { workspace = true }
ctor = { workspace = true }
libc = { workspace = true }
reqwest = { workspace = true, features = ["blocking", "json", "rustls-tls"] }
reqwest = { workspace = true, features = [
"blocking",
"json",
"rustls-tls",
] }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
tiny_http = { workspace = true }