feat: pass through arguments

This commit is contained in:
Nova
2023-01-05 08:39:11 -05:00
parent 764483ef3d
commit ca2637dc16
2 changed files with 8 additions and 4 deletions

View File

@@ -6,8 +6,7 @@ use protostar::ProtoStar;
use stardust_xr_molecules::fusion::client::Client;
use std::{
env::{args, current_dir},
path::{Path, PathBuf},
str::FromStr,
path::Path,
};
#[tokio::main(flavor = "current_thread")]