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"