blob: 7d6bf2d3952cbf3d6b63ebb07c71c045db59775d [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 packages manifest that specifies which packaes
//! to update in an Update Package.
mod update_packages_manifest;
pub use update_packages_manifest::UpdatePackagesManifest;