diff options
author | HampusM <hampus@hampusmat.com> | 2022-07-24 11:02:33 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-07-24 11:02:33 +0200 |
commit | 613cd7129439d04f576325bcf55d276847efb136 (patch) | |
tree | 3dc1c300b1b492fca1aeaa7410969347b54737fc /Cargo.toml | |
parent | bd70e925f773de338c93cfd2ff720ef11aaa0848 (diff) |
refactor: clean up intertrait lib
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |