Start implementing SFTP

This commit is contained in:
nora 2024-08-30 22:25:09 +02:00
parent a9e2edc572
commit 2ad87d3a14
11 changed files with 549 additions and 32 deletions

View file

@ -7,6 +7,9 @@ edition = "2021"
eyre.workspace = true
tracing.workspace = true
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
cluelessh-sftp = { path = "../../lib/cluelessh-sftp" }
tokio = "1.40.0"
rustix = { version = "0.38.35", features = ["stdio"] }
[lints]
workspace = true