First instance of anything that works

This commit is contained in:
2025-04-24 21:31:48 -07:00
commit 4e3a7745d7
17 changed files with 864 additions and 0 deletions

11
runner/Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "runner"
version = "0.1.0"
edition = "2021"
[dependencies]
serde = {version = "1.0.219", features=["derive"]}
serde_bytes = "0.11.17"
serde_json = "1.0.140"
serde_with = {version="3.12.0", features=["base64"]}
windows-sys = {version="0.59.0", features=["Win32_System_Memory", "Win32_System_LibraryLoader"]}