Start working on structure

This commit is contained in:
Michael Mikovsky
2025-06-04 22:52:20 -06:00
parent 1f1cb6952f
commit 8adfc68854
19 changed files with 461 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
[package]
name = "payload"
version = "0.1.0"
edition = "2024"
[dependencies]
# libc = "0.2.172"
unshell-rs = { path = "../" }