You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CleanFlashInstaller/rust/crates/clean_flash_installer/Cargo.toml

16 lines
370 B
TOML

[package]
name = "clean_flash_installer"
version = "34.0.0"
edition = "2021"
authors = ["FlashPatch Team"]
[dependencies]
clean_flash_common = { path = "../clean_flash_common" }
clean_flash_ui = { path = "../clean_flash_ui" }
minifb = { workspace = true }
windows-sys = { workspace = true }
sevenz-rust2 = { workspace = true }
[build-dependencies]
winresource = "0.1"