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.
15 lines
336 B
TOML
15 lines
336 B
TOML
[package]
|
|
name = "clean_flash_uninstaller"
|
|
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 }
|
|
|
|
[build-dependencies]
|
|
winresource = "0.1"
|