First public commit (i had some old stuff i cant publish)
This commit is contained in:
19
Cargo.toml
Normal file
19
Cargo.toml
Normal file
@@ -0,0 +1,19 @@
|
||||
[package]
|
||||
name = "untitled-minecraft-launcher"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.103"
|
||||
clap = { version = "4.6.1", features = ["color", "derive"] }
|
||||
indicatif = { version = "0.18.6", features = ["rayon"] }
|
||||
rayon = "1.12.0"
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
serde_json = "1.0.150"
|
||||
sha2 = { version = "0.10", features = ["std"] }
|
||||
ureq = { version = "3.3.0", features = ["json"] }
|
||||
uuid = { version = "1.23.4", features = ["v3"] }
|
||||
zip = "8.6.0"
|
||||
[[bin]]
|
||||
name = "uml"
|
||||
path = "src/main.rs"
|
||||
Reference in New Issue
Block a user