First instance of anything that works
This commit is contained in:
11
runner/Cargo.toml
Normal file
11
runner/Cargo.toml
Normal 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"]}
|
||||
Reference in New Issue
Block a user