[package] name = "airmux" version = "0.2.3" authors = ["Dermoumi S. "] edition = "2018" description = "Just another tmux session manager" readme = "README.md" repository = "https://github.com/dermoumi/airmux" license = "MIT" keywords = ["cli", "tmux"] categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "2.33.3" } app_dirs = "1.2.1" mkdirp = "1.0.0" shell-words = "1.0.0" snafu = "0.6.9" main_error = "0.1.1" console = "0.13.0" serde = { version = "1.0.117", features = ["derive"] } serde_json = "1.0.59" serde_yaml = "0.8.14" shellexpand = "2.0.0" tempfile = "3.1.0" [profile.release] lto = true codegen-units = 1 panic = 'abort'