mirror of
https://github.com/lifegpc/game-auto-sync.git
synced 2026-06-06 05:48:58 +08:00
14 lines
327 B
TOML
14 lines
327 B
TOML
[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"
|
|
|
|
[target.'cfg(windows)'.dependencies]
|
|
winapi = { version = "0.3", features = ["errhandlingapi", "impl-default", "ioapiset", "jobapi2", "wincon", "winuser"] }
|