lazyssh 0.11.0

An ssh server manages tui tools.
[[bin]]
name = "lazyssh"
path = "src/main.rs"

[dependencies.color-eyre]
version = "0.6.3"

[dependencies.crossterm]
version = "0.28.1"

[dependencies.dirs]
version = "3.0.2"

[dependencies.ratatui]
version = "0.29.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.219"

[dependencies.serde_json]
version = "1.0.140"

[dependencies.sublime_fuzzy]
version = "0.7.0"

[dependencies.unicode-width]
version = "0.1.11"

[package]
authors = ["KURANADO <jingxinling1024@163.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "An ssh server manages tui tools."
edition = "2021"
homepage = "https://github.com/KURANADO2/lazyssh"
keywords = ["tui", "ssh"]
license = "MIT"
name = "lazyssh"
readme = "README.md"
repository = "https://github.com/KURANADO2/lazyssh"
version = "0.11.0"