#[shared_macros::constants] mod consts { /// Directory name for Rorolala metadata storage in Workdraft 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::*;