cluelessh/Cargo.toml
2024-08-12 16:46:27 +02:00

16 lines
385 B
TOML

[workspace]
members = ["ssh-connection", "ssh-protocol", "ssh-transport"]
[package]
name = "fakessh"
version = "0.1.0"
edition = "2021"
[dependencies]
eyre = "0.6.12"
hex-literal = "0.4.1"
ssh-protocol = { path = "./ssh-protocol" }
tokio = { version = "1.39.2", features = ["full"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "json"] }