Use packaged version of crates

This commit is contained in:
2025-02-13 10:16:36 -08:00
parent 1b073665a7
commit 38c553d385
3 changed files with 5 additions and 4 deletions

View File

@@ -11,5 +11,5 @@ publish = ["xinu"]
[dependencies]
build-info = "0.0.39"
letterbox-notmuch = { path = "../notmuch" }
letterbox-notmuch = { version = "0.1.0", registry = "xinu" }
serde = { version = "1.0.147", features = ["derive"] }