mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
whoamI
This commit is contained in:
7
Cargo.lock
generated
7
Cargo.lock
generated
@@ -432,6 +432,7 @@ dependencies = [
|
||||
"tempfile",
|
||||
"tui",
|
||||
"users",
|
||||
"whoami",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -481,6 +482,12 @@ version = "0.9.0+wasi-snapshot-preview1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
||||
|
||||
[[package]]
|
||||
name = "whoami"
|
||||
version = "0.9.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7884773ab69074615cb8f8425d0e53f11710786158704fca70f53e71b0e05504"
|
||||
|
||||
[[package]]
|
||||
name = "winapi"
|
||||
version = "0.3.9"
|
||||
|
||||
@@ -20,6 +20,7 @@ getopts = "0.2.21"
|
||||
ssh2 = "0.8.2"
|
||||
tui = { version = "0.12.0", features = ["crossterm"], default-features = false }
|
||||
users = "0.11.0"
|
||||
whoami = "0.9.0"
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile = "3"
|
||||
|
||||
Reference in New Issue
Block a user