This commit is contained in:
Ahmed Ibrahim
2026-01-11 15:24:20 -08:00
parent fcde109c7f
commit c9abdd043b
2 changed files with 2 additions and 0 deletions

1
codex-rs/Cargo.lock generated
View File

@@ -1019,6 +1019,7 @@ dependencies = [
"shlex",
"tempfile",
"tokio",
"tokio-util",
"toml 0.9.5",
"tracing",
"tracing-subscriber",

View File

@@ -42,6 +42,7 @@ tokio = { workspace = true, features = [
"rt-multi-thread",
"signal",
] }
tokio-util = { workspace = true }
tracing = { workspace = true, features = ["log"] }
tracing-subscriber = { workspace = true, features = ["env-filter", "fmt"] }
uuid = { workspace = true, features = ["serde", "v7"] }