Files
codex/codex-rs/arg0/Cargo.toml
canvrno-oai 2e20d2ef44 Revert "Conditional codex_home dotenv" (#31276)
## Summary

- Revert the conditional `CODEX_HOME` dotenv behavior introduced in
#29959.
- Restore the previous startup and configuration behavior
2026-07-06 12:17:16 -07:00

34 lines
857 B
TOML

[package]
name = "codex-arg0"
version.workspace = true
edition.workspace = true
license.workspace = true
[lib]
name = "codex_arg0"
path = "src/lib.rs"
doctest = false
[lints]
workspace = true
[dependencies]
anyhow = { workspace = true }
codex-apply-patch = { workspace = true }
codex-exec-server = { workspace = true }
codex-install-context = { workspace = true }
codex-linux-sandbox = { workspace = true }
codex-sandboxing = { workspace = true }
codex-shell-escalation = { workspace = true }
codex-utils-absolute-path = { workspace = true }
codex-utils-home-dir = { workspace = true }
dotenvy = { workspace = true }
tempfile = { workspace = true }
tokio = { workspace = true, features = ["rt-multi-thread"] }
[target.'cfg(windows)'.dependencies]
codex-windows-sandbox = { workspace = true }
[dev-dependencies]
pretty_assertions = { workspace = true }