process-launcher-rs/launcher/Cargo.toml
RabbyDevs bcd04b4524 add admin escalation using manifest and winres (#1)
makes it easier to launch program (no more right click run as admin) and also makes it more🧑‍🦼accessible

Co-authored-by: RabbyDevs <67389402+RabbyDevs@users.noreply.github.com>
Reviewed-on: #1
Co-authored-by: RabbyDevs <rabbydevs@gmail.com>
Co-committed-by: RabbyDevs <rabbydevs@gmail.com>
2025-05-16 20:01:17 +00:00

16 lines
No EOL
326 B
TOML

[package]
name = "launcher"
version.workspace = true
edition.workspace = true
[dependencies]
clap = { workspace = true, features = ["derive"] }
colog.workspace = true
log.workspace = true
injector.workspace = true
serde.workspace = true
thiserror.workspace = true
toml.workspace = true
[build-dependencies]
winres = "0.1.12"