Published new rust-ftp as ftp4

This commit is contained in:
ChristianVisintin
2020-12-06 22:56:40 +01:00
parent 8f321598e7
commit a2a7478f5b
3 changed files with 9 additions and 8 deletions

View File

@@ -16,7 +16,7 @@ readme = "README.md"
[dependencies]
crossterm = "0.18.2"
ftp = { git = "https://github.com/ChristianVisintin/rust-ftp", features = ["secure"] }
ftp4 = { version = "^4.0.0", features = ["secure"] }
getopts = "0.2.21"
ssh2 = "0.9.0"
tui = { version = "0.13.0", features = ["crossterm"], default-features = false }