rpfixer/Cargo.toml

12 lines
210 B
TOML
Raw Normal View History

2024-12-03 20:47:10 +00:00
[package]
name = "respack-decrypter"
version = "0.1.0"
edition = "2021"
[dependencies]
2024-12-03 23:10:22 +00:00
clap = { version = "4.5.22", features = ["derive"] }
glob = "0.3.1"
2024-12-03 20:47:10 +00:00
image = "0.25.5"
2024-12-03 23:10:22 +00:00
oxipng = "9.1.3"
2024-12-03 20:47:10 +00:00
zune-png = "0.4.10"