mirror of
https://github.com/openai/codex.git
synced 2026-04-24 22:54:54 +00:00
17 lines
275 B
TOML
17 lines
275 B
TOML
[package]
|
|
name = "codex-fs-ops"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
version.workspace = true
|
|
|
|
[lib]
|
|
name = "codex_fs_ops"
|
|
path = "src/lib.rs"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dev-dependencies]
|
|
pretty_assertions = { workspace = true }
|
|
tempfile = { workspace = true }
|