mirror of
https://github.com/openai/codex.git
synced 2026-04-29 02:41:12 +03:00
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>
14 lines
277 B
TOML
14 lines
277 B
TOML
[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 }
|