From 0f19c0f2ae9d8a6c8804903961cb8459427e2a33 Mon Sep 17 00:00:00 2001 From: EdJoPaTo Date: Sun, 6 Nov 2022 13:51:19 +0100 Subject: [PATCH] build(cargo): documentation link is autofilled to docs.rs --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index eb2d218..e6089ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,6 @@ description = "Tree Widget for tui-rs" version = "0.11.0" license = "MIT" repository = "https://github.com/EdJoPaTo/tui-rs-tree-widget" -documentation = "https://docs.rs/tui-tree-widget" authors = ["EdJoPaTo "] edition = "2021" rust-version = "1.56.1"