restore daemon: rust format
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
1ea3f23f7e
commit
cc99866ea3
|
@ -1,7 +1,7 @@
|
||||||
///! Daemon binary to run inside a micro-VM for secure single file restore of disk images
|
///! Daemon binary to run inside a micro-VM for secure single file restore of disk images
|
||||||
use anyhow::{bail, format_err, Error};
|
use anyhow::{bail, format_err, Error};
|
||||||
use lazy_static::lazy_static;
|
use lazy_static::lazy_static;
|
||||||
use log::{info, error};
|
use log::{error, info};
|
||||||
|
|
||||||
use std::os::unix::{
|
use std::os::unix::{
|
||||||
io::{FromRawFd, RawFd},
|
io::{FromRawFd, RawFd},
|
||||||
|
|
Loading…
Reference in New Issue