mirror of
https://github.com/openai/codex.git
synced 2026-05-17 01:32:32 +00:00
18 lines
340 B
TOML
18 lines
340 B
TOML
|
|
[package]
|
|
name = "codex-utils-absolute-path"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
path-absolutize = { workspace = true }
|
|
serde = { workspace = true, features = ["derive"] }
|
|
|
|
[dev-dependencies]
|
|
serde_json = { workspace = true }
|
|
tempfile = { workspace = true }
|