mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 01:26:04 -08:00
Build rust-ftp from my Github fork.
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -131,7 +131,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "ftp"
|
name = "ftp"
|
||||||
version = "3.0.1"
|
version = "3.0.1"
|
||||||
source = "git+https://github.com/ChristianVisintin/rust-ftp#e8aa6a580c20a5a42e38fcd8dc4ba925da417791"
|
source = "git+https://github.com/ChristianVisintin/rust-ftp#daf6274f196ad264f2bf17c561f7954593130438"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"chrono",
|
"chrono",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ readme = "README.md"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
crossterm = "0.18.2"
|
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"
|
getopts = "0.2.21"
|
||||||
ssh2 = "0.9.0"
|
ssh2 = "0.9.0"
|
||||||
tui = { version = "0.13.0", features = ["crossterm"], default-features = false }
|
tui = { version = "0.13.0", features = ["crossterm"], default-features = false }
|
||||||
@@ -35,8 +35,8 @@ users = "0.11.0"
|
|||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tempfile = "3"
|
tempfile = "3"
|
||||||
|
|
||||||
[patch.crates-io]
|
#[patch.crates-io]
|
||||||
ftp = { git = "https://github.com/ChristianVisintin/rust-ftp" }
|
#ftp = { git = "https://github.com/ChristianVisintin/rust-ftp" }
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "termscp"
|
name = "termscp"
|
||||||
|
|||||||
Reference in New Issue
Block a user