From 50f00fc482a6080da4656bb626cf0ae496ee7b32 Mon Sep 17 00:00:00 2001 From: Christopher Berner Date: Thu, 21 Mar 2024 13:41:49 -0700 Subject: [PATCH] Update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4492c995..f9af4940 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ but redb has not been widely deployed in production systems (at least to my know ## Development To run all the tests and benchmarks a few extra dependencies are required: * `cargo install cargo-deny --locked` +* `cargo install cargo-fuzz --locked` * `apt install libclang-dev` ## Benchmarks