mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-14 16:35:06 +01:00
19 lines
516 B
TOML
19 lines
516 B
TOML
[package]
|
|
name = "ssh"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
ssh-protocol = { path = "../../lib/ssh-protocol" }
|
|
ssh-transport = { path = "../../lib/ssh-transport" }
|
|
ssh-agent-client = { path = "../../lib/ssh-agent-client" }
|
|
|
|
clap = { version = "4.5.15", features = ["derive"] }
|
|
eyre = "0.6.12"
|
|
rand = "0.8.5"
|
|
tokio = { version = "1.39.2", features = ["full"] }
|
|
tracing-subscriber = { version = "0.3.18", features = ["json", "env-filter"] }
|
|
|
|
tracing.workspace = true
|
|
rpassword = "7.3.1"
|
|
users = "0.11.0"
|