1// Copyright 2025 Umberto Gotti <umberto.gotti@umbertogotti.dev> 2// Licensed under the MIT License 3// SPDX-License-Identifier: MIT 4 5pub mod layout; 6pub mod manifest; 7pub mod source; 8pub mod testing;