You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
373 B
15 lines
373 B
[workspace] |
|
members = [ |
|
"app", |
|
"lib", |
|
] |
|
resolver = "3" |
|
|
|
[workspace.package] |
|
edition = "2024" |
|
authors = ["chodak166 <chodak166@op.pl>"] |
|
license = "MIT" |
|
|
|
[profile.release] |
|
lto = true # Link Time Optimization: Analyzes entire program for optimizations |
|
codegen-units = 1 # Forces single-threaded compilation (slower build, but smaller/faster binary)
|
|
|