add trie dependency

This commit is contained in:
janis 2025-09-19 13:47:32 +02:00
parent 0384a98d86
commit 735b60f3cb
Signed by: janis
SSH key fingerprint: SHA256:bB1qbbqmDXZNT0KKD5c2Dfjg53JGhj7B3CFcLIzSqq8
2 changed files with 2 additions and 0 deletions

View file

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

View file

@ -6,4 +6,5 @@ edition = "2024"
[dependencies]
tracing = { workspace = true }
werkzeug = { workspace = true }
trie = { workspace = true }
unicode-xid = { workspace = true }