1// SPDX-License-Identifier: Apache-2.0 2// SPDX-FileCopyrightText: 2023 Snowfork <hello@snowfork.com> 3#![cfg_attr(not(feature = "std"), no_std)] 4 5pub mod register_token;