I gave up and just put it in a Docker image, it's not as important as the beacons being statically compiled
9 lines
124 B
TOML
9 lines
124 B
TOML
[package]
|
|
name = "sparse-windows-beacon"
|
|
edition = "2024"
|
|
version.workspace = true
|
|
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|