mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
1f2411629f
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;
|