mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
11
Cargo.lock
generated
11
Cargo.lock
generated
@@ -757,6 +757,16 @@ version = "0.3.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
|
||||
|
||||
[[package]]
|
||||
name = "open"
|
||||
version = "1.7.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1711eb4b31ce4ad35b0f316d8dfba4fe5c7ad601c448446d84aae7a896627b20"
|
||||
dependencies = [
|
||||
"which",
|
||||
"winapi",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "openssl"
|
||||
version = "0.10.34"
|
||||
@@ -1329,6 +1339,7 @@ dependencies = [
|
||||
"lazy_static",
|
||||
"log",
|
||||
"magic-crypt",
|
||||
"open",
|
||||
"path-slash",
|
||||
"pretty_assertions",
|
||||
"rand 0.8.3",
|
||||
|
||||
Reference in New Issue
Block a user