mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 14:30:10 +01:00
refactor: separate rule parser to another repo
This commit is contained in:
parent
becb692db0
commit
006e198240
6 changed files with 13 additions and 485 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue