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

@@ -12,7 +12,7 @@ version.workspace = true
[dependencies]
build-info = "0.0.40"
letterbox-notmuch = { version = "0.16.0", path = "../notmuch", registry = "xinu" }
letterbox-notmuch = { version = "0.16.0", registry = "xinu" }
regex = "1.11.1"
serde = { version = "1.0.147", features = ["derive"] }
sqlx = "0.8.5"