From ce2b34851d38dc28d6ffbbb4fe563e226acb7445 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Fri, 16 Jan 2026 17:14:48 +0100 Subject: finish refactoring import crate --- common/src/lib.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'common/src') diff --git a/common/src/lib.rs b/common/src/lib.rs index cc11c58..e5531f4 100644 --- a/common/src/lib.rs +++ b/common/src/lib.rs @@ -19,7 +19,7 @@ pub static TAGREG: LazyLock = LazyLock::new(|| { }); fields! { - // Tag counter: 38 + // Tag counter: 39 NO_KIND: Tag = 1 "kind"; NO_TITLE: &str = 2 "title"; @@ -40,6 +40,7 @@ fields! { NO_VISIBILITY: Tag = 14 "visibility"; NO_STORAGE_SIZE: u64 = 15 "storage_size"; NO_CREDIT: Object = 33 "credit"; // multi + NO_SLUG: &str = 37 "slug"; CR_NODE: u64 = 34 "node"; CR_KIND: Tag = 35 "kind"; -- cgit v1.3