Move EntryMeta to libclide.

This commit is contained in:
2026-02-21 14:59:48 -05:00
parent d95aa680ff
commit 289f94300c
6 changed files with 407 additions and 193 deletions

5
libclide/src/fs.rs Normal file
View File

@@ -0,0 +1,5 @@
// SPDX-FileCopyrightText: 2026, Shaun Reed <shaunrd0@gmail.com>
//
// SPDX-License-Identifier: GNU General Public License v3.0 or later
pub mod entry_meta;