1// SPDX-License-Identifier: Apache-2.0 2 3#![forbid(unsafe_code)] 4 5#[doc(hidden)] 6pub mod project_manifest;