Add files

This commit is contained in:
2024-07-19 05:07:31 +00:00
parent 032f4f6be9
commit 82de40903b
6 changed files with 482 additions and 1 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "game-auto-sync"
version = "0.1.0"
edition = "2021"
[dependencies]
derive_more = "0.99.18"
getopts = "0.2.21"
subprocess = "0.2.9"
yaml-rust = "0.4.5"