mirror of
https://github.com/openai/codex.git
synced 2026-09-10 20:26:47 +00:00
Move config types into a separate crate because their macros expand into a lot of new code.
8 lines
186 B
Rust
8 lines
186 B
Rust
use codex_config::schema::canonicalize;
|
|
use codex_config::schema::config_schema_json;
|
|
use codex_config::schema::write_config_schema;
|
|
|
|
#[cfg(test)]
|
|
#[path = "schema_tests.rs"]
|
|
mod tests;
|