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

@@ -23,7 +23,6 @@ clap = { version = "4.5.23", features = ["derive"] }
css-inline = "0.14.0"
futures = "0.3.31"
html-escape = "0.2.13"
letterbox-notmuch = { path = "../notmuch" }
linkify = "0.10.0"
log = "0.4.17"
lol_html = "2.0.0"
@@ -38,7 +37,6 @@ rocket_cors = "0.6.0"
scraper = "0.22.0"
serde = { version = "1.0.147", features = ["derive"] }
serde_json = "1.0.87"
letterbox-shared = { path = "../shared" }
sqlx = { version = "0.8.2", features = ["postgres", "runtime-tokio", "time"] }
tantivy = { version = "0.22.0", optional = true }
thiserror = "2.0.0"
@@ -49,6 +47,8 @@ urlencoding = "2.1.3"
#xtracing = { path = "../../xtracing" }
#xtracing = { git = "http://git-private.h.xinu.tv/wathiede/xtracing.git" }
xtracing = { version = "0.2.0", registry = "xinu" }
letterbox-notmuch = { version = "0.1.0", registry = "xinu" }
letterbox-shared = { version = "0.1.0", registry = "xinu" }
[build-dependencies]
build-info-build = "0.0.39"