diff --git a/Cargo.toml b/Cargo.toml index 85360a6..943411b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,9 +11,11 @@ license = "BSD-3-Clause" edition = "2021" include = [ - "**/*.rs", + "*.rs", + "/*.md", "Cargo.*", - "*.md", + "Documentation/Makefile", + "Documentation/git-absorb.adoc" ] rust-version = "1.74.1"