aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAkshay <[email protected]>2023-04-27 17:32:07 +0100
committerAkshay <[email protected]>2023-04-27 17:32:07 +0100
commit2e57b250c6e931c13ed9ec1870e133c59151422b (patch)
tree3642b89cd7fadd9dad0dc63438160ecb6fcdbf6d /Cargo.toml
parent7f9f70d0c7f93f11fa896e5544a5da59319a56f9 (diff)
switch to an actually working trie crateHEADmaster
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 044c314..8ac846b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,4 +6,4 @@ edition = "2021"
6# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 6# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7 7
8[dependencies] 8[dependencies]
9radix_trie = "0.2.1" 9qp-trie = "0.8.1"