mirror of
https://github.com/openai/codex.git
synced 2026-04-24 22:54:54 +00:00
test
This commit is contained in:
@@ -32,6 +32,7 @@ dependencies that impact binary size. Then I’ll summarize the main causes.
|
||||
… +38 lines
|
||||
codegen-units = 1
|
||||
|
||||
|
||||
[patch.crates-io]
|
||||
# ratatui = { path = "../../ratatui" }
|
||||
ratatui = { git = "https://github.com/nornagon/ratatui", branch =
|
||||
@@ -56,6 +57,7 @@ echo "--- $d/Cargo.toml"; sed -n '1,200p' $d/Cargo.toml; echo; done
|
||||
version = { workspace = true }
|
||||
edition = "2024"
|
||||
|
||||
|
||||
… +23 lines
|
||||
serde_json = "1.0.142"
|
||||
serde_with = { version = "3", features = ["macros"] }
|
||||
|
||||
Reference in New Issue
Block a user