mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-15 17:05:05 +01:00
9 lines
196 B
TOML
9 lines
196 B
TOML
[package]
|
|
name = "ssh-protocol"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
ssh-connection = { path = "../ssh-connection" }
|
|
ssh-transport = { path = "../ssh-transport" }
|
|
tracing = "0.1.40"
|