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

1
appmgr/Cargo.lock generated
View File

@@ -855,6 +855,7 @@ dependencies = [
"libc",
"log",
"nix 0.23.0",
"nom 7.0.0",
"num",
"openssh-keys",
"openssl",