move src/server/h2service.rs into proxmox-rest-server crate

This commit is contained in:
Dietmar Maurer
2021-09-23 12:38:09 +02:00
parent ae18c436dd
commit f7348a23cd
6 changed files with 11 additions and 18 deletions

View File

@ -11,9 +11,6 @@ use proxmox::tools::fs::{create_path, CreateOptions};
use pbs_buildcfg;
mod h2service;
pub use h2service::*;
pub mod jobstate;
mod verify_job;