Sign in
rust
/
rust
/
e8a00a7621606f8c4a34b679cefaaa6aecf2442e
/
.
/
compiler
/
rustc_codegen_gcc
/
tests
/
hello-world
/
Cargo.toml
blob: c6e22f642f673db9c2ac33a36a688da9d9ae3ee3 [
file
] [
log
] [
blame
]
[
package
]
name
=
"hello_world"
edition
=
"2024"
[
dependencies
]
mylib
=
{
path
=
"mylib"
}
[
profile
.
dev
]
lto
=
"thin"
[
profile
.
release
]
lto
=
"fat"