Fix imports for letterbox-* packages

This commit is contained in:
2025-04-21 21:20:31 -07:00
parent 273562b58c
commit 547266a705
5 changed files with 43 additions and 14 deletions

View File

@@ -27,8 +27,8 @@ css-inline = "0.14.0"
futures = "0.3.31"
headers = "0.4.0"
html-escape = "0.2.13"
letterbox-notmuch = { version = "0.16.0", path = "../notmuch" }
letterbox-shared = { version = "0.16.0", path = "../shared", registry = "xinu" }
letterbox-notmuch = { version = "0.16.0", registry = "xinu" }
letterbox-shared = { version = "0.16.0", registry = "xinu" }
linkify = "0.10.0"
log = "0.4.17"
lol_html = "2.0.0"