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

@@ -21,7 +21,6 @@ seed = { version = "0.10.0", features = ["routing"] }
#seed = "0.9.2"
console_log = { version = "0.1.0", registry = "xinu" }
serde = { version = "1.0.147", features = ["derive"] }
letterbox-shared = { path = "../shared" }
itertools = "0.14.0"
serde_json = { version = "1.0.93", features = ["unbounded_depth"] }
chrono = "0.4.31"
@@ -35,6 +34,8 @@ wasm-bindgen = "=0.2.100"
uuid = { version = "1.13.1", features = [
"js",
] } # direct dep to set js feature, prevents Rng issues
letterbox-shared = { version = "0.1.0", registry = "xinu" }
letterbox-notmuch = { version = "0.1.0", path = "../notmuch", registry = "xinu" }
[package.metadata.wasm-pack.profile.release]
wasm-opt = ['-Os']