This commit is contained in:
ChristianVisintin
2020-11-22 14:44:47 +01:00
parent 1d1c723a46
commit d7c20aa0c5
2 changed files with 8 additions and 0 deletions

7
Cargo.lock generated
View File

@@ -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"

View File

@@ -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"