From 485ed1a2a2430c238141d41d6c133a3a7732715a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Fri, 9 Dec 2022 13:31:41 +0100 Subject: [PATCH] switch exclude to workspace in README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 59619a80..297b82a6 100644 --- a/README.rst +++ b/README.rst @@ -33,6 +33,6 @@ Adding Crates authors.workspace = true license.workspace = true edition.workspace = true - - Add ``exclude = [ "debian" ]`` + exclude.workspace = true - Add a meaningful ``description`` - Copy ``debian/copyright`` and ``debian/debcargo.toml`` from another subcrate.