[package] name = "sshr" version = "0.1.0" edition = "2021" license = "MIT" 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"] } serde = { version = "1.0.156", features = ["derive"] } ron = "0.8" directories = "4.0.1" tracing = "0.1.37" thiserror = "1.0.40" tracing-subscriber = { version = "0.3.16", features = ["env-filter"] } hostname = "0.3.1"