From a0728ae278b8d8dc495552f515ecfc5663d3d410 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 9 Jun 2021 18:46:45 +0100 Subject: [PATCH] docs: Forgo documenting otter-cli's dependencies Unfortunately we can't seem to currently do this because of https://github.com/rust-lang/rust/issues/86173 Signed-off-by: Ian Jackson --- cli/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 0f72084e..bd2f6a4f 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -18,6 +18,7 @@ authors=["Ian Jackson ", [[bin]] name="otter" path="otter.rs" +doc=false [dependencies] -- 2.30.2