diff options
Diffstat (limited to 'cache/Cargo.toml')
| -rw-r--r-- | cache/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cache/Cargo.toml b/cache/Cargo.toml index d7fcd81..c545fd2 100644 --- a/cache/Cargo.toml +++ b/cache/Cargo.toml @@ -13,3 +13,4 @@ rand = "0.9.2" serde = "1.0.228" serde_json = "1.0.145" percent-encoding = "2.3.2" +rocksdb = { version = "0.24.0", features = ["multi-threaded-cf"] } |