[package] name = "sitzung" version = "0.1.1" keywords = ["tmux", "session", "terminal", "cli"] categories = ["command-line-utilities"] authors = ["Schwefelhexa "] description = "Quickly open tmux sessions" edition = "2021" license = "MIT" readme = "README.md" homepage = "https://github.com/Schwefelhexa/sitzung" repository = "https://github.com/Schwefelhexa/sitzung" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.71" serde = { version = "1.0", features = ["derive"] } toml = "0.7.4" tmux_interface = "0.3.0" simplelog = "0.12.0" log = "0.4.19" clap = { version = "4.3.11", features = ["derive"] } skim = "0.10.4" walkdir = "2.3.3"