This commit is contained in:
2024-10-14 01:26:06 -04:00
parent e773f11555
commit 262acaa433
6 changed files with 26 additions and 23 deletions

View File

@@ -29,6 +29,9 @@ use package_manager::package_manager::PackageManager;
use std::env;
use std::fs;
#[global_allocator]
static GLOBAL: std::alloc::System = std::alloc::System;
fn main() -> Result<(), BellronosError> {
let args: Vec<String> = env::args().collect();
if args.len() < 2 {