-
Notifications
You must be signed in to change notification settings - Fork 77
Expand file tree
/
Copy pathCargo.toml
More file actions
32 lines (28 loc) · 792 Bytes
/
Copy pathCargo.toml
File metadata and controls
32 lines (28 loc) · 792 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[package]
name = "tmux-agent-sidebar"
version = "0.13.0"
edition = "2024"
license = "MIT"
description = "A tmux sidebar that monitors AI coding agents across all windows and sessions in real-time"
repository = "https://github.com/hiroppy/tmux-agent-sidebar"
[features]
# Force-display notices (version, missing hooks, claude plugin) even when
# none are actually pending. Useful for iterating on the notices popup UI.
debug = []
[dependencies]
ratatui = "=0.30.2"
crossterm = "=0.29.0"
unicode-width = "=0.2.2"
libc = "=0.2.189"
indexmap = "=2.14.0"
serde_json = "=1.0.151"
arboard = { version = "=3.6.1", default-features = false }
vte = "=0.15.0"
[dev-dependencies]
indoc = "=2.0.7"
insta = "=1.48.0"
tempfile = "=3.27.0"
scopeguard = "=1.2.0"
[profile.release]
strip = true
lto = true