Revision 717ab60f04dd6c4b76a9bb9ac15ed52931dfaa46 authored by Christopher Schwan on 23 February 2024, 13:41:47 UTC, committed by Christopher Schwan on 23 February 2024, 13:41:47 UTC
1 parent cf3fbf4
Raw File
Cargo.toml
[workspace]
members = [
    "pineappl",
    "pineappl_applgrid",
    "pineappl_capi",
    "pineappl_cli",
    "pineappl_fastnlo",
    "pineappl_py",
    "xtask",
]
default-members = [
    "pineappl",
    "pineappl_capi",
    "pineappl_cli",
]
resolver = "2"

[workspace.package]
categories = ["science"]
edition = "2021"
keywords = ["high-energy-physics", "physics"]
license = "GPL-3.0-or-later"
repository = "https://github.com/NNPDF/pineappl"
rust-version = "1.70.0"
version = "0.7.0"

[profile.release]
codegen-units = 1
lto = true
strip = "debuginfo"
back to top