[package] name = "dmux" version = "0.6.4" authors = ["Zachary Thomas "] edition = "2021" license = "MIT OR Apache-2.0" description = "Dmux is a fast and easy tmux workspace opener" homepage = "https://github.com/zdcthomas/dmux" repository = "https://github.com/zdcthomas/dmux" keywords = [ "search", "filesystem", "tmux", ] readme = "README.md" [profile.release] codegen-units = 1 [dependencies] colored = "2.0.0" clap = { version = "3.1.18", features = ["derive", "cargo"] } config = '0.10.1' dirs = "2.0.2" grep-cli = "0.1" regex = '1.3.7' serde = "1.0.137" serde_derive = "1.0" tmux_interface = "0.2.1" url = '2.1.1' walkdir = "2" anyhow = "1.0"