[package] name = "tshort" version = "0.2.2" edition = "2021" description = "Package to quickly switch from sessions on tmux and browse directories for projects" homepage = "https://github.com/adalessa/tshort" respository = "https://github.com/adalessa/tshort" readme = "README.md" license = "MIT OR Apache-2.0" exclude = [ "config.json", ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" shellexpand = "2.1" tmux_interface = { version = "0.3.1", features = ["tmux_2_6"], default-features = false } skim = "0.10.2" raster = "0.2.0" itertools = "0.10.3" clap = { version = "4.0.15", features = ["derive"] } proc-macro2 = { version = "=1.0.60", features=["default", "proc-macro"] }