blob: 62b645a4b69809d364e9ed780097b760c34d7b43 [file]
use ulid::Ulid;
pub fn get_ulid() -> Ulid {
Ulid::new()
}