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

@@ -13,8 +13,8 @@ version.workspace = true
[dependencies]
anyhow = "1.0.69"
clap = { version = "4.5.37", features = ["derive", "env"] }
letterbox-notmuch = { version = "0.16.0", path = "../notmuch" }
letterbox-shared = { version = "0.16.0", path = "../shared" }
letterbox-notmuch = { version = "0.16.0", registry = "xinu" }
letterbox-shared = { version = "0.16.0", registry = "xinu" }
serde = { version = "1.0.219", features = ["derive"] }
sqlx = { version = "0.8.5", features = ["postgres", "runtime-tokio"] }
tokio = { version = "1.44.2", features = ["rt", "macros", "rt-multi-thread"] }