This commit is contained in:
Jonathan de Jong 2021-08-30 20:18:48 +02:00
parent d0d47675d8
commit 69df9a0145
3 changed files with 17 additions and 29 deletions

View file

@ -80,6 +80,7 @@ crossbeam = { version = "0.8.1", optional = true }
num_cpus = "1.13.0"
threadpool = "1.8.1"
heed = { git = "https://github.com/timokoesters/heed.git", rev = "f6f825da7fb2c758867e05ad973ef800a6fe1d5d", optional = true }
thread_local = "1.1.3"
[features]
default = ["conduit_bin", "backend_sqlite"]