rusty-bever/src/rb/lib.rs

5 lines
83 B
Rust

pub const PERM_CODES: [&str; 2] = [
"modify-blog-posts",
"modify-users"
];