summaryrefslogtreecommitdiff
path: root/systems/sheet/src/index_source.rs
diff options
context:
space:
mode:
Diffstat (limited to 'systems/sheet/src/index_source.rs')
-rw-r--r--systems/sheet/src/index_source.rs3
1 files changed, 3 insertions, 0 deletions
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)]