feat: Replace the fnv hashmap by the hashbrown one

This commit is contained in:
Clément Renault
2018-12-02 13:11:02 +01:00
parent 51cc69342f
commit e559f7130c
3 changed files with 7 additions and 6 deletions

View File

@ -7,7 +7,7 @@ authors = ["Kerollmops <renault.cle@gmail.com>"]
[dependencies]
bincode = "1.0"
byteorder = "1.2"
fnv = "1.0"
hashbrown = "0.1"
lazy_static = "1.1"
linked-hash-map = { version = "0.5", features = ["serde_impl"] }
sdset = "0.3"