feat(executor): add executor protocol and runtime crates

This commit is contained in:
Michael Bolin
2026-03-22 10:20:40 -07:00
parent 21b80aff41
commit a1ada7d400
10 changed files with 543 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
use clap::Parser;
#[derive(Debug, Parser, Default)]
#[command(version)]
pub struct Cli {}