1// Copyright (c) 2024 IOTA Stiftung
2// SPDX-License-Identifier: Apache-2.0
34//! The `native_token` module incorporates all the logic necessary for
5//! building Stardust native token modules and packages.
67pub mod package_builder;
8pub mod package_data;