[package] name = "gamewrap" version = "1.0.0" edition = "2024" description = "Steam-first game launcher wrapper with friendly config for MangoHud and GameMode." license = "MIT" [dependencies] clap = { version = "4.5", features = ["derive"] } clap_complete = { version = "4.5", features = ["unstable-dynamic"] } directories = "6.0" owo-colors = "1" serde = { version = "1.0", features = ["derive"] } thiserror = "2.0" toml = "0.8" which = "8.0" [dev-dependencies] tempfile = "3.20"