fssh 0.1.0

An SSH Config Searching Tool
[[bin]]
name = "fssh"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.93"

[dependencies.crossterm]
version = "0.28.1"

[dependencies.nom]
version = "7.1.3"

[dependencies.ratatui]
version = "0.29.0"

[dependencies.shellexpand]
version = "3.1.0"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "An SSH Config Searching Tool"
edition = "2021"
homepage = "https://gitlab.com/dannymato/fssh"
keywords = ["cli", "search", "ssh"]
license = "GPL-3.0-or-later"
name = "fssh"
readme = "README.md"
repository = "https://gitlab.com/dannymato/fssh"
version = "0.1.0"