image_index.rs: write header

This commit is contained in:
Dietmar Maurer
2018-12-15 17:05:49 +01:00
parent 606ce64bb0
commit d13e3745b3
2 changed files with 47 additions and 5 deletions

View File

@ -26,4 +26,6 @@ lazy_static = "1.1.0"
regex = "1.0.6"
rust-crypto = "0.2.36"
nix = "0.12.0"
shellwords = "1.0.0"
shellwords = "1.0.0"
uuid = { version = "0.7", features = ["v4"] }