move src/server/formatter.rs to proxmox-rest-server crate

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Dietmar Maurer
2021-09-21 07:58:43 +02:00
committed by Thomas Lamprecht
parent d4d49f7325
commit 1b552c109d
8 changed files with 8 additions and 8 deletions

View File

@ -5,6 +5,7 @@ use anyhow::{bail, format_err, Error};
use proxmox::tools::fd::Fd;
pub mod daemon;
pub mod formatter;
mod environment;
pub use environment::*;