mirror of
https://github.com/WarrenHood/MCModpackManager.git
synced 2025-04-29 15:44:59 +01:00
12 lines
273 B
TOML
12 lines
273 B
TOML
[package]
|
|
name = "mmm"
|
|
authors.workspace = true
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
anyhow = { version = "1.0.86", features = ["backtrace"] }
|
|
iced = { version = "0.12.1", features = ["tokio"] }
|
|
mcmpmgr = { path = "../mcmpmgr" }
|
|
rfd = "0.14.1"
|