refactor: separate rule parser to another repo

This commit is contained in:
iff 2024-09-18 16:06:53 +02:00
parent becb692db0
commit 006e198240
6 changed files with 13 additions and 485 deletions

View file

@ -5,7 +5,7 @@ use std::time::{Duration, Instant};
use regex_lite::Regex;
use rule_parser::parse_rules;
use pay_respects_parser::parse_rules;
use crate::files::{get_best_match_file, get_path_files};
use crate::shell::PRIVILEGE_LIST;