This commit is contained in:
xorydev 2025-07-25 17:50:34 +03:00
commit 24710fa65f
5 changed files with 139 additions and 0 deletions

11
Cargo.toml Normal file
View file

@ -0,0 +1,11 @@
[package]
name = "skylink-installer"
version = "0.1.0"
edition = "2024"
[dependencies]
windows-service = "0.6"
cryptify = "3.1.1"
[build-dependencies]
winres = "0.1"