aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-07-24 11:02:33 +0200
committerHampusM <hampus@hampusmat.com>2022-07-24 11:02:33 +0200
commit613cd7129439d04f576325bcf55d276847efb136 (patch)
tree3dc1c300b1b492fca1aeaa7410969347b54737fc /Cargo.toml
parentbd70e925f773de338c93cfd2ff720ef11aaa0848 (diff)
refactor: clean up intertrait lib
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f2160bc..10f3094 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,6 +20,7 @@ syrette_macros = { path = "./macros", version = "0.1.1" }
linkme = "0.3.0"
once_cell = "1.4"
error-stack = "0.1.1"
+ahash = "0.7.6"
[dev_dependencies]
mockall = "0.11.1"