Can get VM caps

This commit is contained in:
2024-05-03 19:19:37 +02:00
parent b6e15d2cbb
commit 50600e4e56
6 changed files with 186 additions and 8 deletions

View File

@ -7,6 +7,7 @@ use std::io::ErrorKind;
pub mod auth_controller;
pub mod server_controller;
pub mod vm_controller;
/// Custom error to ease controller writing
#[derive(Debug)]