// Copyright (c) The Diem Core Contributors
// SPDX-License-Identifier: Apache-2.0
//! This is an empty skeleton library for state sync v2.
//!
//! TODO(joshlind): update this description when we start implementing state sync v2.
#![forbid(unsafe_code)]