[package]
name = "par-term-ssh"
version = "0.1.1"
edition = "2024"
authors = ["Paul Robello <probello@gmail.com>"]
description = "SSH host management and discovery for par-term terminal emulator"
license = "MIT"
repository = "https://github.com/paulrobello/par-term"
homepage = "https://github.com/paulrobello/par-term"
keywords = ["terminal", "ssh", "mdns", "discovery"]
categories = ["network-programming"]
[dependencies]
serde = { version = "1.0.228", features = ["derive"] }
mdns-sd = "0.18"
dirs = "6.0"
log = "0.4.29"