|
|
|
@ -87,7 +87,7 @@ heed = { git = "https://github.com/timokoesters/heed.git", rev = "f6f825da7fb2c7 |
|
|
|
thread_local = "1.1.3" |
|
|
|
thread_local = "1.1.3" |
|
|
|
|
|
|
|
|
|
|
|
[features] |
|
|
|
[features] |
|
|
|
default = ["conduit_bin", "backend_sqlite"] |
|
|
|
default = ["conduit_bin", "backend_persy"] |
|
|
|
backend_sled = ["sled"] |
|
|
|
backend_sled = ["sled"] |
|
|
|
backend_persy = ["persy"] |
|
|
|
backend_persy = ["persy"] |
|
|
|
backend_sqlite = ["sqlite"] |
|
|
|
backend_sqlite = ["sqlite"] |
|
|
|
|