justfile, AGENTS.md

This commit is contained in:
2026-08-16 10:36:27 +02:00
parent a66ea31ab3
commit 16d0886f36
8 changed files with 321 additions and 213 deletions
+11 -8
View File
@@ -7,11 +7,14 @@ edition.workspace = true
anyhow.workspace = true
lanparty-proto = { path = "../lanparty-proto" }
[target.'cfg(windows)'.dependencies]
windows-sys = { workspace = true, features = [
"Win32_Foundation",
"Win32_Security",
"Win32_Storage_FileSystem",
"Win32_System_IO",
"Win32_System_Registry",
] }
[target."cfg(windows)".dependencies]
windows-sys = {
workspace = true,
features = [
"Win32_Foundation",
"Win32_Security",
"Win32_Storage_FileSystem",
"Win32_System_IO",
"Win32_System_Registry",
]
}