good stuff

This commit is contained in:
nora 2024-08-23 02:14:16 +02:00
parent d340ff0861
commit c4bb37e570
8 changed files with 342 additions and 54 deletions

View file

@ -7,5 +7,7 @@ edition = "2021"
aes = "0.8.4"
bcrypt-pbkdf = "0.10.0"
ctr = "0.9.2"
ed25519-dalek = { version = "2.1.1", features = ["rand_core"] }
pem = "3.0.4"
rand = "0.8.5"
ssh-transport = { path = "../ssh-transport" }