mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-14 16:35:06 +01:00
10 lines
243 B
TOML
10 lines
243 B
TOML
[package]
|
|
name = "cluelessh-agent-client"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
eyre = "0.6.12"
|
|
cluelessh-transport = { path = "../cluelessh-transport" }
|
|
tokio = { version = "1.39.3", features = ["net"] }
|
|
tracing.workspace = true
|