Working on Host

This commit is contained in:
ChristianVisintin
2020-11-08 17:56:06 +01:00
parent 34ad55eac5
commit aa963b5000
6 changed files with 281 additions and 9 deletions

11
Cargo.lock generated
View File

@@ -279,6 +279,7 @@ dependencies = [
"crossterm 0.18.2",
"getopts",
"tui",
"users",
]
[[package]]
@@ -306,6 +307,16 @@ version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
[[package]]
name = "users"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24cc0f6d6f267b73e5a2cadf007ba8f9bc39c6a6f9666f8cf25ea809a153b032"
dependencies = [
"libc",
"log",
]
[[package]]
name = "winapi"
version = "0.3.9"