Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions crates/codegraff-tui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,19 @@ path = "src/main.rs"

[dependencies]
anyhow.workspace = true
chrono.workspace = true
crossterm = { version = "0.29.0", features = ["event-stream"] }
dirs.workspace = true
forge_api.workspace = true
forge_domain.workspace = true
futures.workspace = true
image = { version = "0.25", default-features = false, features = ["png", "jpeg", "webp"] }
nucleo.workspace = true
ratatui = "0.28.1"
# ratatui-image 10.x currently targets ratatui 0.30; keep native support deferred
# until Codegraff moves to the same ratatui version.
rustls.workspace = true
serde_json.workspace = true
tokio.workspace = true
unicode-width.workspace = true

Expand Down
Loading