mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-15 08:55:06 +01:00
15 lines
323 B
TOML
15 lines
323 B
TOML
[workspace]
|
|
members = ["ssh-transport"]
|
|
|
|
[package]
|
|
name = "fakessh"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
eyre = "0.6.12"
|
|
ssh-transport = { path = "./ssh-transport" }
|
|
|
|
tokio = { version = "1.39.2", features = ["full"] }
|
|
tracing = "0.1.40"
|
|
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
|