aboutsummaryrefslogtreecommitdiff
path: root/launcher/Cargo.toml
blob: f0f2b8215db2f808bcfc53fc274b513e0652d2a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "launcher"
version = "1.3.0"
edition = "2021"

[dependencies]
dirs = "5.0.1"
rustc_version_runtime = "0.3.0"

[profile.release]
strip = "symbols"
lto = "fat"
panic = "abort"
codegen-units = 1