anki/qt/bundle/win/Cargo.toml
Damien Elmes a5cd3f32f4 Fix broken bundling on Windows 11
When Windows notices "install" in the filename it triggers a UAC elevation,
causing 'cargo run' to fail.
2023-11-20 12:01:34 +10:00

16 lines
325 B
TOML

[package]
name = "makeexe"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
publish = false
rust-version.workspace = true
[dependencies]
anyhow.workspace = true
camino.workspace = true
clap.workspace = true
tugger-windows-codesign.workspace = true
walkdir.workspace = true