From d7fd57e420ad91ec99a2b46ec4e135341d5f37f5 Mon Sep 17 00:00:00 2001 From: Christopher Morrow Date: Wed, 6 Jul 2022 13:36:28 -0700 Subject: [PATCH] Add mdbook deps for build-book recipe (#1258) (#1259) --- justfile | 1 + 1 file changed, 1 insertion(+) diff --git a/justfile b/justfile index 5c452f0..f3bf567 100755 --- a/justfile +++ b/justfile @@ -99,6 +99,7 @@ install-dev-deps: cargo +nightly install cargo-fuzz cargo install cargo-check cargo install cargo-watch + cargo install mdbook mdbook-linkcheck # install system development dependencies with homebrew install-dev-deps-homebrew: