mirror of
https://github.com/openai/codex.git
synced 2026-05-03 02:46:39 +00:00
14 lines
264 B
TOML
14 lines
264 B
TOML
[package]
|
|
name = "codex-utils-cargo-bin"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
assert_cmd = { workspace = true }
|
|
path-absolutize = { workspace = true }
|
|
thiserror = { workspace = true }
|