mirror of
https://github.com/openai/codex.git
synced 2026-05-02 04:11:39 +03:00
Move config schema helper out of codex-core package
Keep package-level codex-core checks focused on the library by moving the schema writer binary into its own workspace package and updating the just recipe to call that package directly. Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
13
codex-rs/write-config-schema/Cargo.toml
Normal file
13
codex-rs/write-config-schema/Cargo.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[package]
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
name = "codex-write-config-schema"
|
||||
version.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
anyhow = { workspace = true }
|
||||
clap = { workspace = true, features = ["derive"] }
|
||||
codex-core = { workspace = true }
|
||||
Reference in New Issue
Block a user