chore(xen): split platform support into separate crate

This commit is contained in:
Alex Zenla
2024-06-20 20:16:07 -07:00
parent 23c7302c04
commit a8a5412c0e
23 changed files with 136 additions and 45 deletions

View File

@ -31,10 +31,7 @@ use self::{
};
#[derive(Parser)]
#[command(
version,
about = "Control the krata isolation engine"
)]
#[command(version, about = "Control the krata isolation engine")]
pub struct ControlCommand {
#[arg(
short,