summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 4b389690a87827afd6aec564694ca43960af463c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[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"
ipnet = "2.9.0"
local-ip-address = "0.6.1"
surge-ping = "0.8.1"