Cleanup (formatting)

GitOrigin-RevId: 0ca95f4d4dceed2a804fd28800086ab6ade059c8
This commit is contained in:
Roman Shevchenko
2024-07-11 17:50:19 +02:00
committed by intellij-monorepo-bot
parent 3be8c2b16e
commit 849e4d90eb

View File

@@ -1,14 +1,14 @@
[package]
build = "build.rs"
name = "xplat-launcher"
version = "1.0.0"
edition = "2021"
rust-version = "1.70.0"
rust-version = "1.70"
publish = false
build = "build.rs"
[profile.release]
strip = "debuginfo"
opt-level = "z" # optimize for size
opt-level = "z"
lto = true
codegen-units = 1