Checkpoint: Migration to axum

This commit is contained in:
Lennart
2025-06-08 14:10:12 +02:00
parent 790c657b08
commit 95889e3df1
60 changed files with 1476 additions and 2205 deletions

View File

@@ -6,7 +6,6 @@ pub mod privileges;
pub mod resource;
pub mod resources;
pub mod xml;
pub use error::Error;
pub trait Principal: std::fmt::Debug + Clone + Send + Sync + 'static {