Added ftp to dependencies

This commit is contained in:
ChristianVisintin
2020-12-01 14:38:15 +01:00
parent 970409b790
commit 90ee7bb201
2 changed files with 87 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ readme = "README.md"
[dependencies]
crossterm = "0.18.2"
ftp = { version = "3.0.1", features = ["secure"] }
getopts = "0.2.21"
ssh2 = "0.9.0"
tui = { version = "0.13.0", features = ["crossterm"], default-features = false }
@@ -32,6 +33,9 @@ users = "0.11.0"
[dev-dependencies]
tempfile = "3"
[patch.crates-io]
ftp = { git = "https://github.com/ChristianVisintin/rust-ftp" }
[[bin]]
name = "termscp"
path = "src/main.rs"