mirror of
https://github.com/WarrenHood/MCModpackManager.git
synced 2025-04-29 15:44:59 +01:00
13 lines
299 B
TOML
13 lines
299 B
TOML
[package]
|
|
name = "mcmpmgr"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
clap = { version = "4.5.15", features = ["derive"] }
|
|
ferinth = "2.11.0"
|
|
lhash = { version = "1.1.0", features = ["sha1", "sha512"] }
|
|
serde = { version = "1.0.207", features = ["derive"] }
|
|
tokio = "1.39.2"
|
|
toml = "0.8.19"
|