mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-14 16:35:06 +01:00
11 lines
191 B
TOML
11 lines
191 B
TOML
[package]
|
|
name = "ssh-keys"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
aes = "0.8.4"
|
|
bcrypt-pbkdf = "0.10.0"
|
|
ctr = "0.9.2"
|
|
pem = "3.0.4"
|
|
ssh-transport = { path = "../ssh-transport" }
|