diff --git a/Cargo.toml b/Cargo.toml index 6968b51..083abff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" } \ No newline at end of file +werkzeug = { path = "../../rust/werkzeug" } +trie = { path = "../../rust/trie" } \ No newline at end of file