Use registry version of formerly git dependencies

This commit is contained in:
2025-01-19 16:50:14 -08:00
parent b04caa9d5d
commit 087d6b9a60
3 changed files with 11 additions and 8 deletions

View File

@@ -20,10 +20,10 @@ console_error_panic_hook = "0.1.7"
log = "0.4.17"
seed = { version = "0.10.0", features = ["routing"] }
#seed = "0.9.2"
console_log = {git = "http://git-private.h.xinu.tv/wathiede/console_log.git"}
console_log = { version = "0.1.0", registry = "xinu" }
serde = { version = "1.0.147", features = ["derive"] }
notmuch = {path = "../notmuch"}
shared = {path = "../shared"}
notmuch = { path = "../notmuch" }
shared = { path = "../shared" }
itertools = "0.10.5"
serde_json = { version = "1.0.93", features = ["unbounded_depth"] }
chrono = "0.4.31"