nemo_relay/lib.rs
1// SPDX-FileCopyrightText: Copyright (c) 2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2// SPDX-License-Identifier: Apache-2.0
3
4#![doc = include_str!("../README.md")]
5
6/// Indicates that this version is only a package-name reservation stub.
7pub const PACKAGE_RESERVED: bool = true;