[[bin]]
name = "zzh"
path = "src/main.rs"
[dependencies.chrono]
version = "0.4.39"
[dependencies.clap]
features = ["derive"]
version = "4.5.28"
[dependencies.dialoguer]
features = ["fuzzy-select"]
version = "0.11.0"
[dependencies.regex]
version = "1.11.1"
[package]
authors = ["Daniel Pavalache <danielpavalache27@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = """
ZZH is a cli tool that wraps SSH. It's not a drop in replacement,
just a more enjoyable way of managing connections
"""
edition = "2021"
homepage = "https://github.com/Sheol27/zzh"
license = "MIT"
name = "zzh"
readme = "README.md"
repository = "https://github.com/Sheol27/zzh"
version = "0.1.2"