mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-14 16:35:06 +01:00
14 lines
286 B
TOML
14 lines
286 B
TOML
[package]
|
|
name = "cluelessh-key"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
clap = { version = "4.5.16", features = ["derive"] }
|
|
eyre = "0.6.12"
|
|
tracing.workspace = true
|
|
|
|
cluelessh-keys = { path = "../../lib/cluelessh-keys" }
|
|
base64 = "0.22.1"
|
|
rpassword = "7.3.1"
|
|
pem = "3.0.4"
|