1// Copyright 2025 Umberto Gotti <umberto.gotti@umbertogotti.dev>
2// Licensed under the MIT License
3// SPDX-License-Identifier: MIT
45pub mod args;
6pub mod config;
7pub mod config_file;
8pub mod header_source;
9pub mod manifest_resolver;
10pub mod rule_selection;