From cc9bf0e13d75b9938b67da5df8135369374dc36d Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 15 Mar 2026 18:19:59 +0800 Subject: Add ID mapping system for local/remote index source conversion --- systems/sheet/src/index_source.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'systems/sheet/src/index_source.rs') diff --git a/systems/sheet/src/index_source.rs b/systems/sheet/src/index_source.rs index e322670..43508f2 100644 --- a/systems/sheet/src/index_source.rs +++ b/systems/sheet/src/index_source.rs @@ -1,5 +1,8 @@ use serde::{Deserialize, Serialize}; +pub mod alias; +pub mod error; + /// IndexSource /// Points to a unique resource address in Vault #[derive(Debug, Clone, Copy, Serialize, Deserialize)] -- cgit