mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-14 16:35:06 +01:00
11 lines
218 B
TOML
11 lines
218 B
TOML
[package]
|
|
name = "ssh-protocol"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
rand = "0.8.5"
|
|
ssh-connection = { path = "../ssh-connection" }
|
|
ssh-transport = { path = "../ssh-transport" }
|
|
tracing.workspace = true
|
|
|