aboutsummaryrefslogtreecommitdiff
path: root/systems/_constants/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'systems/_constants/src/lib.rs')
-rw-r--r--systems/_constants/src/lib.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/systems/_constants/src/lib.rs b/systems/_constants/src/lib.rs
index 31ba591..c030581 100644
--- a/systems/_constants/src/lib.rs
+++ b/systems/_constants/src/lib.rs
@@ -106,6 +106,12 @@ pub mod vault {
/// File and directory path constants for the workspace root
#[allow(unused)]
pub mod workspace {
+ /// Others
+ #[constants_macros::constants("workspace_value")]
+ pub mod values {
+ c! { CURRENT_SHEET_FILE_NAME = "CURRENT" }
+ }
+
/// File path constants
#[constants_macros::constants("workspace_file")]
pub mod files {