feat: added loader and appropriate build scripts

This commit is contained in:
Andrew Rioux
2025-01-21 03:11:19 -05:00
parent 489b1d380f
commit 78ac60ce60
9 changed files with 114 additions and 56 deletions
+6
View File
@@ -0,0 +1,6 @@
[package]
name = "sparse-installer"
edition = "2024"
version.workspace = true
[dependencies]
+3
View File
@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}