blob: 9c87cca921115c7dff8d524b773ae795b2d03935 [file] [log] [blame]
// Copyright 2023 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 copying a package to a new location.
mod package_copy;
pub use package_copy::PackageCopier;