Files
llmx/codex-rs/Cargo.toml
2025-04-29 20:23:54 -07:00

22 lines
387 B
TOML

[workspace]
resolver = "2"
members = [
"ansi-escape",
"apply-patch",
"cli",
"core",
"exec",
"execpolicy",
"repl",
"tui",
]
[workspace.package]
version = "0.0.2504292236"
[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"