[package] name = "termrun" version = "0.1.0" authors = ["Milan "] edition = "2018" homepage = "https://github.com/mdaverde/termrun" repository = "https://github.com/mdaverde/termrun" license = "MIT" readme = "README.md" description = "Send & run commands on other open Unix terminals" categories = ["command-line-utilities"] keywords = ["cli", "unix", "terminal", "config"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] nix = "0.21.0" libc = "0.2.95" dialoguer = "0.8.0" anyhow = "1.0"