mirror of
https://github.com/a-mayb3/godo-launcher.git
synced 2026-03-21 18:05:39 +01:00
10 lines
230 B
TOML
10 lines
230 B
TOML
[package]
|
|
name = "godo-launcher"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
colog = "1.3.0"
|
|
log = "0.4.22"
|
|
reqwest = { version = "0.12", features = ["blocking", "json"] }
|
|
serde = { version = "1.0", features = ["derive"] }
|