Use relative import for notmuch

This commit is contained in:
Bill Thiede 2025-04-22 22:19:45 -07:00
parent 383a7d800f
commit 1a8b98d420
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -3080,7 +3080,7 @@ dependencies = [
"futures 0.3.31", "futures 0.3.31",
"headers", "headers",
"html-escape", "html-escape",
"letterbox-notmuch 0.17.3", "letterbox-notmuch 0.17.6",
"letterbox-shared 0.17.3", "letterbox-shared 0.17.3",
"linkify", "linkify",
"log", "log",

View File

@ -27,7 +27,7 @@ css-inline = "0.14.4"
futures = "0.3.31" futures = "0.3.31"
headers = "0.4.0" headers = "0.4.0"
html-escape = "0.2.13" html-escape = "0.2.13"
letterbox-notmuch = { version = "0.17.2", registry = "xinu" } letterbox-notmuch = { path = "../notmuch", version = "0.17.2", registry = "xinu" }
letterbox-shared = { version = "0.17.2", registry = "xinu" } letterbox-shared = { version = "0.17.2", registry = "xinu" }
linkify = "0.10.0" linkify = "0.10.0"
log = "0.4.27" log = "0.4.27"