blob: 3e079ff659993e4dc2e2380e6dc3eac14277dd72 [file] [log] [blame]
// Copyright 2021 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.
#![deny(missing_docs)]
//! Library for constructing the Base Package.
mod base_package;
pub use base_package::BasePackageBuilder;