Feature/eos disk filtering (#764)

* misc fixes

* magic

* set types

* disk guid labeling

* remove erroneous guid assignment

* fix borrow check issues

* remove unnecessary imports

Co-authored-by: Aiden McClelland <me@drbonez.dev>
This commit is contained in:
Keagan McClelland
2021-11-03 12:08:33 -06:00
committed by Aiden McClelland
parent 7d5053024f
commit 57092cd240
3 changed files with 66 additions and 7 deletions

View File

@@ -75,6 +75,7 @@ lazy_static = "1.4"
libc = "0.2.103"
log = "0.4.14"
nix = "0.23.0"
nom = "7.0.0"
num = "0.4.0"
openssh-keys = "0.5.0"
openssl = { version = "0.10.36", features = ["vendored"] }