move entomologist database to new library file

fixes: d3a705245bd69aa56524b80b5ae0bc26
This commit is contained in:
sigil-03 2025-07-13 14:06:04 -06:00
parent 490f946ef6
commit d2df1bc1e8
3 changed files with 103 additions and 99 deletions

View file

@ -4,6 +4,7 @@ pub mod comment;
pub mod git;
pub mod issue;
pub mod issues;
pub mod database;
#[derive(Debug, thiserror::Error)]
pub enum ParseFilterError {