mirror of
https://github.com/openai/codex.git
synced 2026-05-02 20:32:04 +03:00
15 lines
189 B
TOML
15 lines
189 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"ansi-escape",
|
|
"apply-patch",
|
|
"cli",
|
|
"core",
|
|
"exec",
|
|
"execpolicy",
|
|
"interactive",
|
|
"repl",
|
|
"session",
|
|
"tui",
|
|
]
|