use fxhash

This commit is contained in:
nora 2023-07-02 15:42:17 +02:00
parent c50057a145
commit 076080f31d
3 changed files with 16 additions and 6 deletions

7
Cargo.lock generated
View file

@ -83,6 +83,7 @@ dependencies = [
"eyre",
"object",
"rustc-demangle",
"rustc-hash",
"serde",
"serde_json",
]
@ -128,6 +129,12 @@ version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
[[package]]
name = "ruzstd"
version = "0.3.1"