8 lines
185 B
Rust
8 lines
185 B
Rust
// SPDX-FileCopyrightText: 2026, Shaun Reed <shaunrd0@gmail.com>
|
|
//
|
|
// SPDX-License-Identifier: GNU General Public License v3.0 or later
|
|
|
|
pub mod entry_meta;
|
|
|
|
pub use entry_meta::icon;
|