Files
codex/codex-rs/Cargo.toml
2025-05-06 17:40:32 -07:00

25 lines
442 B
TOML

[workspace]
resolver = "2"
members = [
"ansi-escape",
"apply-patch",
"cli",
"common",
"core",
"exec",
"execpolicy",
"mcp-client",
"mcp-server",
"mcp-types",
"tui",
]
[workspace.package]
version = "0.0.2505061740"
[profile.release]
lto = "fat"
# Because we bundle some of these executables with the TypeScript CLI, we
# remove everything to make the binary as small as possible.
strip = "symbols"