tmuxido/Cargo.toml
cinco euzebio a6666dced9
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is passing
chore: bump version to 0.2.2
2026-02-28 21:04:39 -03:00

18 lines
310 B
TOML

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