Rename all crates to start with letterbox-

This commit is contained in:
2025-02-13 09:48:24 -08:00
parent d1beaded09
commit 2076596f50
15 changed files with 82 additions and 73 deletions

View File

@@ -4,7 +4,7 @@ use std::{
time::Instant,
};
use notmuch::Notmuch;
use letterbox_notmuch::Notmuch;
use rayon::iter::{ParallelBridge, ParallelIterator};
#[test]