chore: workspace management

This commit is contained in:
mokurin000
2025-07-29 17:46:15 +08:00
parent a9ce21c909
commit d0c234dede
9 changed files with 43 additions and 29 deletions

6
sdgb-cli/src/main.rs Normal file
View File

@@ -0,0 +1,6 @@
#[compio::main]
async fn main() -> Result<(), Box<dyn snafu::Error>> {
nyquest_preset::register();
Ok(())
}