Some effects of this change: - New formatting changes across many files. No functionality changes should occur from that. - Calls to `set_env` are considered unsafe, since this only happens in tests we wrap them in `unsafe` blocks
22 lines
353 B
TOML
22 lines
353 B
TOML
[package]
|
|
name = "codex-apply-patch"
|
|
version = "0.1.0"
|
|
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"
|