fix workspace dependency on trie

This commit is contained in:
janis 2025-09-19 14:46:34 +02:00
parent f65aa8d921
commit 21939cabe3
Signed by: janis
SSH key fingerprint: SHA256:bB1qbbqmDXZNT0KKD5c2Dfjg53JGhj7B3CFcLIzSqq8

View file

@ -25,11 +25,11 @@ unicode-xid = "0.2.4"
tracing = "0.1.41"
werkzeug = { path = "../../rust/werkzeug" }
trie = { path = "../../rust/trie" }
[workspace.dependencies]
unicode-xid = "0.2.4"
tracing = "0.1.41"
werkzeug = { path = "../../rust/werkzeug" }
werkzeug = { path = "../../rust/werkzeug" }
trie = { path = "../../rust/trie" }