blob: 4b07f64838909a7b1332228fe804e7cbb5f69485 [file] [log] [blame]
// Copyright 2022 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#![warn(clippy::all)]
pub(crate) mod common;
pub(crate) mod subsystems;
pub use common::CompletedConfiguration;
pub use common::ComponentConfigs;
pub use common::PackageConfigs;
pub use common::PackageConfiguration;
pub use subsystems::define_configuration;