mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-14 08:25:05 +01:00
17 lines
493 B
TOML
17 lines
493 B
TOML
[package]
|
|
name = "cluelessh-faked"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
eyre.workspace = true
|
|
hex-literal = "0.4.1"
|
|
rand = "0.8.5"
|
|
cluelessh-protocol = { path = "../../lib/cluelessh-protocol" }
|
|
cluelessh-tokio = { path = "../../lib/cluelessh-tokio" }
|
|
cluelessh-keys = { path = "../../lib/cluelessh-keys" }
|
|
tokio = { version = "1.39.2", features = ["full"] }
|
|
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "json"] }
|
|
|
|
tracing.workspace = true
|
|
shlex = "1.3.0"
|