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