mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00

When Windows notices "install" in the filename it triggers a UAC elevation, causing 'cargo run' to fail.
15 lines
325 B
TOML
15 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
|