mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-11-13 10:47:56 +01:00
6 lines
90 B
Rust
6 lines
90 B
Rust
use crate::db::access::Perm;
|
|
|
|
static BUILTIN_PERMISSIONS: [Perm] = [
|
|
Perm::new("")
|
|
];
|