[package] name = "sshr" version = "0.1.0" edition = "2021" description = "Simple cli tool to handle listing ssh hosts for tmux" repository = "https://git.sr.ht/~tobyvin/sshr" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.69" clap = { version = "4.1.9", features = ["derive"] } rtnetlink = "0.14.0" futures = "0.3.30" tokio = { version = "1.35.1", features = ["rt-multi-thread", "macros", "sync"] } dns-lookup = "2.0.4" netlink-packet-route = "0.19.0" thiserror = "1.0.57"