initial working implementation of ssh agent

This commit is contained in:
2024-07-03 06:33:58 -04:00
parent 6711ce2c43
commit 0124f77f7b
15 changed files with 318 additions and 445 deletions

2
src-tauri/Cargo.lock generated
View File

@@ -1208,6 +1208,7 @@ dependencies = [
"chacha20poly1305",
"clap",
"dirs 5.0.1",
"futures",
"is-terminal",
"once_cell",
"rfd 0.13.0",
@@ -1231,6 +1232,7 @@ dependencies = [
"time",
"tokio",
"tokio-stream",
"tokio-util",
"which",
"windows 0.51.1",
]