Added config file

Added Steam and Among Us process detection

Added ability to auto-run the blessed build
This commit is contained in:
2023-02-03 15:34:33 -08:00
parent 399b975aaf
commit 63b58bbe05
4 changed files with 171 additions and 57 deletions

View File

@@ -12,6 +12,7 @@ regex = "1.5"
fs_extra = "1.2.0"
dirs = "4.0.0"
reqwest = {version = "0.11.11", features = ["blocking"]}
serde = {version= "1.0.143", features = ["derive"]}
serde_json = "1.0"
md-5 = "0.10.5"
tokio = {version="1", features=["full"]}