Revision 2eb8be793a95bc82651a5e8cf2eaa257485a2137 authored by Christopher Schwan on 11 February 2022, 13:27:32 UTC, committed by Christopher Schwan on 11 February 2022, 13:27:32 UTC
1 parent df89a23
Raw File
Cargo.toml
[workspace]
members = [
    "pineappl",
    "pineappl_capi",
    "pineappl_cli",
]
exclude = ["pineappl_py"]

[profile.release]
lto = true
back to top