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
106 changes: 102 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ lto = "thin"
# justified by a landed feature. All wave-1 (spec 001).
[dependencies]
async-trait = "0.1" # W1: object-safe async Runner seam
crossterm = { version = "0.28", features = ["event-stream"] } # W1: async key events; pinned to ratatui 0.29's crossterm so ONE copy links (cargo tree -d clean)
crossterm = { version = "0.29", features = ["event-stream"] } # W1: async key events; pinned to ratatui 0.29's crossterm so ONE copy links (cargo tree -d clean)
futures = "0.3" # W1: EventStream::next in the TUI loop
ratatui = "0.29" # W1: the board
serde = { version = "1", features = ["derive"] } # W1: wezterm cli list JSON
Expand Down
Loading