From 065ab57d890f4b98cca7a7f81d68876fa84f49e0 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Fri, 20 Oct 2023 19:42:14 +0200 Subject: [PATCH] assure all crates have includes configured --- gix-archive/Cargo.toml | 1 + gix-command/Cargo.toml | 1 + gix-config-value/Cargo.toml | 1 + gix-credentials/Cargo.toml | 1 + gix-features/Cargo.toml | 1 + gix-filter/Cargo.toml | 1 + gix-fs/Cargo.toml | 1 + gix-glob/Cargo.toml | 1 + gix-mailmap/Cargo.toml | 1 + gix-negotiate/Cargo.toml | 1 + gix-pathspec/Cargo.toml | 1 + gix-quote/Cargo.toml | 1 + gix-submodule/Cargo.toml | 1 + gix-trace/Cargo.toml | 1 + gix-utils/Cargo.toml | 1 + gix-worktree-stream/Cargo.toml | 1 + 16 files changed, 16 insertions(+) diff --git a/gix-archive/Cargo.toml b/gix-archive/Cargo.toml index 5eb7d6d197f..db70622f7cf 100644 --- a/gix-archive/Cargo.toml +++ b/gix-archive/Cargo.toml @@ -7,6 +7,7 @@ description = "archive generation from of a worktree stream" authors = ["Sebastian Thiel "] edition = "2021" rust-version = "1.65" +include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"] [lib] doctest = false diff --git a/gix-command/Cargo.toml b/gix-command/Cargo.toml index 4656656cadf..ae4c73dcc67 100644 --- a/gix-command/Cargo.toml +++ b/gix-command/Cargo.toml @@ -7,6 +7,7 @@ description = "A crate of the gitoxide project handling internal git command exe authors = ["Sebastian Thiel "] edition = "2021" rust-version = "1.65" +include = ["src/lib.rs", "LICENSE-*", "CHANGELOG.md"] [lib] doctest = false diff --git a/gix-config-value/Cargo.toml b/gix-config-value/Cargo.toml index fe256558daf..afec734f7b0 100644 --- a/gix-config-value/Cargo.toml +++ b/gix-config-value/Cargo.toml @@ -7,6 +7,7 @@ description = "A crate of the gitoxide project providing git-config value parsin authors = ["Sebastian Thiel "] edition = "2021" rust-version = "1.65" +include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"] [lib] doctest = false diff --git a/gix-credentials/Cargo.toml b/gix-credentials/Cargo.toml index 32af86ff8ef..be97ff61c9f 100644 --- a/gix-credentials/Cargo.toml +++ b/gix-credentials/Cargo.toml @@ -7,6 +7,7 @@ description = "A crate of the gitoxide project to interact with git credentials authors = ["Sebastian Thiel "] edition = "2021" rust-version = "1.65" +include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"] [lib] doctest = false diff --git a/gix-features/Cargo.toml b/gix-features/Cargo.toml index 0611af39758..dff6f5dde92 100644 --- a/gix-features/Cargo.toml +++ b/gix-features/Cargo.toml @@ -7,6 +7,7 @@ authors = ["Sebastian Thiel "] license = "MIT OR Apache-2.0" edition = "2021" rust-version = "1.65" +include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"] [lib] doctest = false diff --git a/gix-filter/Cargo.toml b/gix-filter/Cargo.toml index 040679c9ec9..76964448cd2 100644 --- a/gix-filter/Cargo.toml +++ b/gix-filter/Cargo.toml @@ -7,6 +7,7 @@ description = "A crate of the gitoxide project implementing git filters" authors = ["Sebastian Thiel "] edition = "2021" rust-version = "1.65" +include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"] [lib] doctest = false diff --git a/gix-fs/Cargo.toml b/gix-fs/Cargo.toml index 6965b483ae3..96b6b592468 100644 --- a/gix-fs/Cargo.toml +++ b/gix-fs/Cargo.toml @@ -7,6 +7,7 @@ description = "A crate providing file system specific utilities to `gitoxide`" authors = ["Sebastian Thiel "] edition = "2021" rust-version = "1.65" +include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"] [lib] doctest = false diff --git a/gix-glob/Cargo.toml b/gix-glob/Cargo.toml index 502a8caac2f..19a960fe803 100644 --- a/gix-glob/Cargo.toml +++ b/gix-glob/Cargo.toml @@ -7,6 +7,7 @@ description = "A crate of the gitoxide project dealing with pattern matching" authors = ["Sebastian Thiel "] edition = "2021" rust-version = "1.65" +include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"] [lib] doctest = false diff --git a/gix-mailmap/Cargo.toml b/gix-mailmap/Cargo.toml index 71002e8cff4..0ac0256b625 100644 --- a/gix-mailmap/Cargo.toml +++ b/gix-mailmap/Cargo.toml @@ -7,6 +7,7 @@ description = "A crate of the gitoxide project for parsing mailmap files" authors = ["Sebastian Thiel "] edition = "2021" rust-version = "1.65" +include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"] [lib] doctest = false diff --git a/gix-negotiate/Cargo.toml b/gix-negotiate/Cargo.toml index 231914854a7..88b83cf1e49 100644 --- a/gix-negotiate/Cargo.toml +++ b/gix-negotiate/Cargo.toml @@ -7,6 +7,7 @@ description = "A crate of the gitoxide project implementing negotiation algorith authors = ["Sebastian Thiel "] edition = "2021" rust-version = "1.65" +include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"] [lib] doctest = false diff --git a/gix-pathspec/Cargo.toml b/gix-pathspec/Cargo.toml index 350005ab529..10b0f25793a 100644 --- a/gix-pathspec/Cargo.toml +++ b/gix-pathspec/Cargo.toml @@ -7,6 +7,7 @@ description = "A crate of the gitoxide project dealing magical pathspecs" authors = ["Sebastian Thiel "] edition = "2021" rust-version = "1.65" +include = ["src/**/*", "LICENSE-*", "README.md", "CHANGELOG.md"] [lib] doctest = false diff --git a/gix-quote/Cargo.toml b/gix-quote/Cargo.toml index c36e4f9c347..bf7e4e27a94 100644 --- a/gix-quote/Cargo.toml +++ b/gix-quote/Cargo.toml @@ -7,6 +7,7 @@ description = "A crate of the gitoxide project dealing with various quotations u authors = ["Sebastian Thiel "] edition = "2021" rust-version = "1.65" +include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"] [lib] doctest = false diff --git a/gix-submodule/Cargo.toml b/gix-submodule/Cargo.toml index bf39947e10e..8bbd0e4e0fe 100644 --- a/gix-submodule/Cargo.toml +++ b/gix-submodule/Cargo.toml @@ -7,6 +7,7 @@ description = "A crate of the gitoxide project dealing git submodules" authors = ["Sebastian Thiel "] edition = "2021" rust-version = "1.65" +include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"] [lib] doctest = false diff --git a/gix-trace/Cargo.toml b/gix-trace/Cargo.toml index e42e3bda0e3..767e20ecb38 100644 --- a/gix-trace/Cargo.toml +++ b/gix-trace/Cargo.toml @@ -7,6 +7,7 @@ authors = ["Sebastian Thiel "] license = "MIT OR Apache-2.0" edition = "2021" rust-version = "1.65" +include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"] [lib] doctest = false diff --git a/gix-utils/Cargo.toml b/gix-utils/Cargo.toml index e375c028e06..77c4967c084 100644 --- a/gix-utils/Cargo.toml +++ b/gix-utils/Cargo.toml @@ -7,6 +7,7 @@ description = "A crate with `gitoxide` utilities that don't need feature toggles authors = ["Sebastian Thiel "] edition = "2021" rust-version = "1.65" +include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"] [lib] doctest = false diff --git a/gix-worktree-stream/Cargo.toml b/gix-worktree-stream/Cargo.toml index 682abe4f49e..9045214c3b8 100644 --- a/gix-worktree-stream/Cargo.toml +++ b/gix-worktree-stream/Cargo.toml @@ -7,6 +7,7 @@ description = "generate a byte-stream from a git-tree" authors = ["Sebastian Thiel "] edition = "2021" rust-version = "1.65" +include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"] [lib] doctest = false