// Trivet
// Copyright (c) 2025 by Stacy Prowell. All rights reserved.
// https://gitlab.com/binary-tools/trivet
// Build definitions needed by Trivet.
fn main() {
// Allow the tarpaulin_include annotation.
// NOTE: This uses the single colon version of this annotation in order to set the MSRV
// below 1.77.0. This is necessary because the double colon version was not available.
println!("cargo:rustc-check-cfg=cfg(tarpaulin_include)");
}