tmuxido/Cargo.toml
cinco euzebio 2abf7e77b4
All checks were successful
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is passing
🐛 fix: run shortcut and desktop wizards after default config too
The shortcut/desktop setup was only offered when the user chose the
interactive wizard path; the default config path skipped them entirely.

Move both setup_shortcut_wizard and setup_desktop_integration_wizard
calls out of run_wizard and into ensure_config_exists so they always
run after the config file is written, regardless of the setup mode chosen.
2026-03-01 21:37:14 -03:00

19 lines
327 B
TOML

[package]
name = "tmuxido"
version = "0.9.1"
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"