[package] name = "muxit" version = "0.2.0" edition = "2021" # TODO: cross between turbo(repo), tmux, and mprocs description = "(WIP) process manager" license = "MIT" repository = "https://github.com/ciiqr/muxit" keywords = ["tmux", "turbo", "mprocs", "process", "manager"] categories = ["command-line-utilities", "development-tools"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] lazy_static = "1.4.0" regex = "1.9.5" shellexpand = "3.1.0" tmux_interface = "0.3.1"