tmuxido/Cargo.toml
cinco euzebio 8aa341080d
All checks were successful
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is passing
perf: stale-while-revalidate cache — always instant startup
Cache is now returned immediately on every run. When stale (age >
cache_ttl_hours), a detached background process rebuilds it
incrementally via --background-refresh, so blocking scans never
happen in the foreground after the first run.

cache_ttl_hours is now actually enforced (previously ignored).
2026-03-04 23:39:30 -03:00

19 lines
327 B
TOML

[package]
name = "tmuxido"
version = "0.9.2"
edition = "2024"
[dev-dependencies]
tempfile = "3"
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
toml = "0.8"
dirs = "5.0"
walkdir = "2.4"
anyhow = "1.0"
shellexpand = "3.1"
clap = { version = "4.5", features = ["derive"] }
lipgloss = "0.1"