mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-14 08:25:05 +01:00
16 lines
403 B
TOML
16 lines
403 B
TOML
[package]
|
|
name = "cluelessh-tokio"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
eyre.workspace = true
|
|
cluelessh-transport = { path = "../cluelessh-transport" }
|
|
cluelessh-connection = { path = "../cluelessh-connection" }
|
|
cluelessh-protocol = { path = "../cluelessh-protocol" }
|
|
tokio = { version = "1.39.3", features = ["net"] }
|
|
tracing.workspace = true
|
|
futures = "0.3.30"
|
|
|
|
[lints]
|
|
workspace = true
|