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

@@ -1,5 +1,5 @@
[package]
name = "shared"
name = "letterbox-shared"
version = "0.0.144"
edition = "2021"
description = "Shared module for letterbox"
@@ -11,5 +11,5 @@ publish = ["xinu"]
[dependencies]
build-info = "0.0.39"
notmuch = { path = "../notmuch" }
letterbox-notmuch = { path = "../notmuch" }
serde = { version = "1.0.147", features = ["derive"] }

View File

@@ -1,7 +1,7 @@
use std::hash::{DefaultHasher, Hash, Hasher};
use build_info::{BuildInfo, VersionControl};
use notmuch::SearchSummary;
use letterbox_notmuch::SearchSummary;
use serde::{Deserialize, Serialize};
#[derive(Serialize, Deserialize, Debug)]