mirror of
https://github.com/veeso/termscp.git
synced 2025-12-06 17:15:35 -08:00
Build rust-ftp from my Github fork.
This commit is contained in:
@@ -16,7 +16,7 @@ readme = "README.md"
|
||||
|
||||
[dependencies]
|
||||
crossterm = "0.18.2"
|
||||
ftp = { version = "3.0.1", features = ["secure"] }
|
||||
ftp = { git = "https://github.com/ChristianVisintin/rust-ftp", features = ["secure"] }
|
||||
getopts = "0.2.21"
|
||||
ssh2 = "0.9.0"
|
||||
tui = { version = "0.13.0", features = ["crossterm"], default-features = false }
|
||||
@@ -35,8 +35,8 @@ users = "0.11.0"
|
||||
[dev-dependencies]
|
||||
tempfile = "3"
|
||||
|
||||
[patch.crates-io]
|
||||
ftp = { git = "https://github.com/ChristianVisintin/rust-ftp" }
|
||||
#[patch.crates-io]
|
||||
#ftp = { git = "https://github.com/ChristianVisintin/rust-ftp" }
|
||||
|
||||
[[bin]]
|
||||
name = "termscp"
|
||||
|
||||
Reference in New Issue
Block a user