move src/server/environment.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:42 +02:00
committed by Thomas Lamprecht
parent 8bca935f08
commit d4d49f7325
4 changed files with 4 additions and 5 deletions

View File

@ -6,6 +6,9 @@ use proxmox::tools::fd::Fd;
pub mod daemon;
mod environment;
pub use environment::*;
mod state;
pub use state::*;