Try relative paths for letterbox-* deps

This commit is contained in:
2025-02-22 11:20:36 -08:00
parent 5fdc98633d
commit 71d3745342
5 changed files with 25 additions and 71 deletions

View File

@@ -8,9 +8,13 @@ authors = ["Bill Thiede <git@xinu.tv>"]
edition = "2021"
license = "UNLICENSED"
publish = ["xinu"]
version = "0.8.0"
version = "0.7.0"
repository = "https://git.z.xinu.tv/wathiede/letterbox"
[workspace.dependencies]
letterbox-shared = { version = "0.7.0", path = "../shared" }
letterbox-notmuch = { version = "0.7.0", path = "../notmuch" }
[profile.dev]
opt-level = 1