You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
212 B

3 months ago
[package]
name = "mclaunch"
version = "0.1.0"
edition = "2021"
[dependencies]
rayon = "1.10.0"
serde = { version = "1.0.216", features = ["derive"] }
3 months ago
serde_json = "1.0.133"
serde_with = "3.12.0"
3 months ago
ureq = "2.12.1"