fabaccess-bffh/src/builtin.rs
2020-11-20 15:44:02 +01:00

6 lines
90 B
Rust

use crate::db::access::Perm;
static BUILTIN_PERMISSIONS: [Perm] = [
Perm::new("")
];