ps2-games-manager/Cargo.toml
2025-01-08 02:28:47 +01:00

11 lines
237 B
TOML

[package]
name = "ps2-games-manager"
version = "0.1.0"
edition = "2021"
[dependencies]
reqwest = { version = "0.12.7", features = ["blocking", "json"] }
tokio = { version = "1.40.0", features = ["full"] }
rfd = "0.15.2"
cdfs = "0.2.3"