Initial commit

This commit is contained in:
Edward Tirado Jr 2025-03-16 21:27:18 -05:00
commit 853ab0ff18
9 changed files with 1864 additions and 0 deletions

11
Cargo.toml Normal file
View file

@ -0,0 +1,11 @@
[package]
name = "steam_game_picker"
version = "0.1.0"
edition = "2021"
[dependencies]
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0"
reqwest = { version = "0.12", features = ["json", "blocking"] }
rand = "0.9.0"
toml = "0.8.20"