Skip to content

Cargo.toml: Update include list for crate#213

Open
travier wants to merge 1 commit intotummychow:masterfrom
travier:master-include-update
Open

Cargo.toml: Update include list for crate#213
travier wants to merge 1 commit intotummychow:masterfrom
travier:master-include-update

Conversation

@travier
Copy link

@travier travier commented Mar 13, 2026

  • Simplify code include rule
  • Only include Markdown files from the root
  • Include documentation and Makefile

See: https://doc.rust-lang.org/cargo/reference/manifest.html#the-exclude-and-include-fields

cargo package --list diff:

--- before      2026-03-13 12:48:07.142760381 +0100
+++ after       2026-03-13 12:48:14.142824323 +0100
@@ -2,7 +2,8 @@
 Cargo.lock
 Cargo.toml
 Cargo.toml.orig
-Documentation/README.md
+Documentation/Makefile
+Documentation/git-absorb.adoc
 LICENSE.md
 README.md
 src/commute.rs

- Simplify code include rule
- Only include Markdown files from the root
- Include documentation and Makefile

See: https://doc.rust-lang.org/cargo/reference/manifest.html#the-exclude-and-include-fields

`cargo package --list` diff:
```
--- before      2026-03-13 12:48:07.142760381 +0100
+++ after       2026-03-13 12:48:14.142824323 +0100
@@ -2,7 +2,8 @@
 Cargo.lock
 Cargo.toml
 Cargo.toml.orig
-Documentation/README.md
+Documentation/Makefile
+Documentation/git-absorb.adoc
 LICENSE.md
 README.md
 src/commute.rs
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant