Rename all crates to start with letterbox-
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[package]
|
||||
name = "notmuch"
|
||||
name = "letterbox-notmuch"
|
||||
version = "0.0.144"
|
||||
edition = "2021"
|
||||
exclude = ["/testdata"]
|
||||
|
||||
@@ -4,7 +4,7 @@ use std::{
|
||||
time::Instant,
|
||||
};
|
||||
|
||||
use notmuch::Notmuch;
|
||||
use letterbox_notmuch::Notmuch;
|
||||
use rayon::iter::{ParallelBridge, ParallelIterator};
|
||||
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user