Main commit

This commit is contained in:
UTAKERDEV 2025-05-08 18:08:46 +00:00
commit 3fb91d2d63

9
Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "ZZZ-RR-Launcher"
version = "0.1.0"
edition = "2024"
[dependencies]
eframe = "0.31.1"
git2 = "0.20.1"
reqwest = {version = "0.12.15", features = ["blocking", "rustls-tls"] }