add trie dependency
This commit is contained in:
parent
0384a98d86
commit
735b60f3cb
|
@ -25,6 +25,7 @@ unicode-xid = "0.2.4"
|
|||
tracing = "0.1.41"
|
||||
|
||||
werkzeug = { path = "../../rust/werkzeug" }
|
||||
trie = { path = "../../rust/trie" }
|
||||
|
||||
|
||||
[workspace.dependencies]
|
||||
|
|
|
@ -6,4 +6,5 @@ edition = "2024"
|
|||
[dependencies]
|
||||
tracing = { workspace = true }
|
||||
werkzeug = { workspace = true }
|
||||
trie = { workspace = true }
|
||||
unicode-xid = { workspace = true }
|
Loading…
Reference in a new issue