diff options
Diffstat (limited to 'systems/_constants/src/lib.rs')
| -rw-r--r-- | systems/_constants/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/systems/_constants/src/lib.rs b/systems/_constants/src/lib.rs index bea8fa8..b9d313c 100644 --- a/systems/_constants/src/lib.rs +++ b/systems/_constants/src/lib.rs @@ -133,6 +133,7 @@ pub mod workspace { c! { VAULT_MIRROR = ".jv/UPSTREAM/" } c! { LOCAL_SHEETS = ".jv/sheets/{account}/" } c! { DRAFT_AREA = ".jv/drafts/{account}_{sheet}/" } + c! { ID_MAPPING = ".jv/idmp/" } c! { WORKING_AREA = "" } } } |
