blit-ssh 0.23.0

Embedded SSH client for blit
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "blit-ssh"
version = "0.23.0"
edition.workspace = true
description = "Embedded SSH client for blit"
license.workspace = true
repository.workspace = true
homepage.workspace = true

[dependencies]
russh = "0.60"
tokio = { version = "1", features = ["net", "io-util", "sync"] }
thiserror = "2"
log = "0.4"