initial code
This commit is contained in:
commit
11a3547c4b
4 changed files with 2154 additions and 0 deletions
9
Cargo.toml
Normal file
9
Cargo.toml
Normal file
|
@ -0,0 +1,9 @@
|
|||
[package]
|
||||
name = "flux-sftp"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
russh = "0.52.1"
|
||||
russh-sftp = "2.1.1"
|
||||
tokio = { version = "1.45.1", features = ["full"] }
|
Loading…
Add table
Add a link
Reference in a new issue