diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-05-04 16:01:36 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-05-04 16:01:36 +0800 |
| commit | ee580ab885b35a95a00496d8629b59d0afdb0974 (patch) | |
| tree | 9037eeb46123b9eaa1509a3589a6a01a84995434 /systems/_constants/src | |
| parent | 934dae69dddffbef6243a138c29979b72830e67f (diff) | |
Fix dependenciesmain
Diffstat (limited to 'systems/_constants/src')
| -rw-r--r-- | systems/_constants/src/lib.rs | 6 |
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 { |
