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>
16 lines
No EOL
326 B
TOML
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" |