[[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.sublime_fuzzy]
version = "0.7.0"
[package]
authors = ["KURANADO <jingxinling1024@163.com>"]
autobenches = false
autobins = false
autoexamples = 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.5.0"