Files
llmx/codex-rs/apply-patch/Cargo.toml
jcoens-openai a080d7b0fd Update submodules version to come from the workspace (#850)
Tie the version of submodules to the workspace version.
2025-05-07 10:08:06 -07:00

22 lines
366 B
TOML

[package]
name = "codex-apply-patch"
version = { workspace = true }
edition = "2024"
[lib]
name = "codex_apply_patch"
path = "src/lib.rs"
[dependencies]
anyhow = "1"
regex = "1.11.1"
serde_json = "1.0.110"
similar = "2.7.0"
thiserror = "2.0.12"
tree-sitter = "0.25.3"
tree-sitter-bash = "0.23.3"
[dev-dependencies]
pretty_assertions = "1.4.1"
tempfile = "3.13.0"