diff options
Diffstat (limited to 'rola-utils/constants/src/common.rs')
| -rw-r--r-- | rola-utils/constants/src/common.rs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/rola-utils/constants/src/common.rs b/rola-utils/constants/src/common.rs index 6ce6bd8..8b333e7 100644 --- a/rola-utils/constants/src/common.rs +++ b/rola-utils/constants/src/common.rs @@ -1,7 +1,10 @@ #[shared_macros::constants] mod consts { /// Directory name for Rorolala metadata storage in Workdraft - pub const DRAFT_META_DIR: &str = ".rola"; + pub const DIR_DRAFT_META: &str = ".rola"; + + /// Configuration file indicating the root directory of a bucket + pub const FILE_BUCKET_ROOT_CONFIG: &str = "bucket.toml"; } pub use consts::*; |
