mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
13 lines
150 B
TOML
13 lines
150 B
TOML
[package]
|
|
name = "hello_world"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
mylib = { path = "mylib" }
|
|
|
|
[profile.dev]
|
|
lto = "thin"
|
|
|
|
[profile.release]
|
|
lto = "fat"
|