feat: windows services LFG
This commit is contained in:
parent
ecb098e15b
commit
f69929bc73
3 changed files with 164 additions and 11 deletions
|
|
@ -5,7 +5,7 @@ edition = "2024"
|
|||
build = "build.rs"
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "1", features = ["rt-multi-thread", "macros", "sync", "time", "io-std"] }
|
||||
tokio = { version = "1", features = ["rt-multi-thread", "macros", "sync", "time", "io-std", "signal" ] }
|
||||
tokio-tungstenite = "0.28"
|
||||
reqwest = "0.12"
|
||||
serde = "1.0"
|
||||
|
|
@ -25,6 +25,7 @@ anyhow = "1.0.100"
|
|||
futures-util = "0.3.31"
|
||||
ntapi = "0.4.1"
|
||||
sysinfo = "0.37.2"
|
||||
windows-service = "0.8.0"
|
||||
|
||||
[build-dependencies]
|
||||
dotenv = "0.15.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue