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