This commit is contained in:
Ahmed Ibrahim
2025-08-15 21:18:39 -07:00
parent cd610fd409
commit a5c14eb8c0

View File

@@ -32,6 +32,7 @@ dependencies that impact binary size. Then Ill 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"] }