Files
T

18 lines
482 B
TOML

[package]
name = "playitd-windows-setup"
version.workspace = true
edition = "2024"
authors = ["Patrick Lorio <patrick@playit.gg>"]
description = "Windows installer provisioning helper for playit"
repository = "https://github.com/playit-cloud/playit-agent"
[dependencies]
playitd = { path = "../playitd", version = "1.0.2" }
[target."cfg(windows)".dependencies]
windows = { version = "0.62.2", features = [
"Win32_Foundation",
"Win32_System_Com",
"Win32_UI_Shell",
] }