From 22d54344901b403c8542f2efb55947b7cc160adf Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 29 Apr 2015 11:26:01 -0700 Subject: [PATCH] Touch up the `include` docs a bit --- src/doc/manifest.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/doc/manifest.md b/src/doc/manifest.md index 8bfc94a7d..4267b0275 100644 --- a/src/doc/manifest.md +++ b/src/doc/manifest.md @@ -59,11 +59,12 @@ exclude = ["build/**/*.o", "doc/**/*.html"] ```toml [package # ... -include = ["src/resource.data"] +include = ["src/**/*", "Cargo.toml"] ``` The options are mutually exclusive: setting `include` will override an -`exclude`. +`exclude`. Note that `include` must be an exhaustive list of files as otherwise +necessary source files may not be included. ## Package metadata