feat: Prefer doing DatabaseView updates atomically

This commit is contained in:
Clément Renault
2018-12-29 20:52:00 +01:00
parent cf5d56e63a
commit f4b04dfb72
2 changed files with 10 additions and 13 deletions

View File

@ -7,6 +7,7 @@ authors = ["Kerollmops <renault.cle@gmail.com>"]
[dependencies]
bincode = "1.0"
byteorder = "1.2"
crossbeam = "0.6"
fst = "0.3"
hashbrown = "0.1"
lazy_static = "1.1"