Skip to content

Commit

Permalink
Revise exclude in Cargo.toml
Browse files Browse the repository at this point in the history
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
  • Loading branch information
gierens committed Aug 21, 2023
1 parent 14ee56b commit af44111
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ description = "Continuation of users, a library for accessing Unix users and gro

authors = ["Sandro-Alessio Gierens <sandro@gierens.de>", "Benjamin Sago <ogham@bsago.me>"]
documentation = "https://docs.rs/uzers/"
exclude = ["/.rustfmt.toml", "/.travis.yml"]
exclude = [
"/.github",
]
license = "MIT"
readme = "README.md"
repository = "https://github.com/gierens/uzers-rs"
Expand Down

0 comments on commit af44111

Please sign in to comment.