aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-ai/src/permissions/mod.rs
blob: fce64a519aece7bb1e9f95faf421926ff435899b (plain) (blame)
1
2
3
4
5
6
7
pub(crate) mod check;
pub(crate) mod file;
pub(crate) mod resolver;
pub(crate) mod rule;
pub(crate) mod shell;
pub(crate) mod walker;
pub(crate) mod writer;