From af44111c32e2e33f321deb88cf5127948cc4e727 Mon Sep 17 00:00:00 2001 From: Sandro-Alessio Gierens Date: Mon, 21 Aug 2023 11:24:20 +0200 Subject: [PATCH] Revise exclude in Cargo.toml Signed-off-by: Sandro-Alessio Gierens --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0b9791c..2e3da7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,9 @@ description = "Continuation of users, a library for accessing Unix users and gro authors = ["Sandro-Alessio Gierens ", "Benjamin Sago "] documentation = "https://docs.rs/uzers/" -exclude = ["/.rustfmt.toml", "/.travis.yml"] +exclude = [ + "/.github", +] license = "MIT" readme = "README.md" repository = "https://github.com/gierens/uzers-rs"