Some checks failed
continuous-integration/drone/tag Build is failing
Rust-based tmux project launcher with fzf selection, incremental mtime-based cache, per-project .tmuxido.toml session config, and Drone CI pipeline for automated binary releases.
15 lines
275 B
TOML
15 lines
275 B
TOML
[package]
|
|
name = "tmuxido"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[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"] }
|