Skip to content

Commit 065ab57

Browse files
committed
assure all crates have includes configured
1 parent eb23338 commit 065ab57

File tree

16 files changed

+16
-0
lines changed

16 files changed

+16
-0
lines changed

gix-archive/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ description = "archive generation from of a worktree stream"
77
authors = ["Sebastian Thiel <[email protected]>"]
88
edition = "2021"
99
rust-version = "1.65"
10+
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"]
1011

1112
[lib]
1213
doctest = false

gix-command/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ description = "A crate of the gitoxide project handling internal git command exe
77
authors = ["Sebastian Thiel <[email protected]>"]
88
edition = "2021"
99
rust-version = "1.65"
10+
include = ["src/lib.rs", "LICENSE-*", "CHANGELOG.md"]
1011

1112
[lib]
1213
doctest = false

gix-config-value/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ description = "A crate of the gitoxide project providing git-config value parsin
77
authors = ["Sebastian Thiel <[email protected]>"]
88
edition = "2021"
99
rust-version = "1.65"
10+
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"]
1011

1112
[lib]
1213
doctest = false

gix-credentials/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ description = "A crate of the gitoxide project to interact with git credentials
77
authors = ["Sebastian Thiel <[email protected]>"]
88
edition = "2021"
99
rust-version = "1.65"
10+
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"]
1011

1112
[lib]
1213
doctest = false

gix-features/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ authors = ["Sebastian Thiel <[email protected]>"]
77
license = "MIT OR Apache-2.0"
88
edition = "2021"
99
rust-version = "1.65"
10+
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"]
1011

1112
[lib]
1213
doctest = false

gix-filter/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ description = "A crate of the gitoxide project implementing git filters"
77
authors = ["Sebastian Thiel <[email protected]>"]
88
edition = "2021"
99
rust-version = "1.65"
10+
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"]
1011

1112
[lib]
1213
doctest = false

gix-fs/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ description = "A crate providing file system specific utilities to `gitoxide`"
77
authors = ["Sebastian Thiel <[email protected]>"]
88
edition = "2021"
99
rust-version = "1.65"
10+
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"]
1011

1112
[lib]
1213
doctest = false

gix-glob/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ description = "A crate of the gitoxide project dealing with pattern matching"
77
authors = ["Sebastian Thiel <[email protected]>"]
88
edition = "2021"
99
rust-version = "1.65"
10+
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"]
1011

1112
[lib]
1213
doctest = false

gix-mailmap/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ description = "A crate of the gitoxide project for parsing mailmap files"
77
authors = ["Sebastian Thiel <[email protected]>"]
88
edition = "2021"
99
rust-version = "1.65"
10+
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"]
1011

1112
[lib]
1213
doctest = false

gix-negotiate/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ description = "A crate of the gitoxide project implementing negotiation algorith
77
authors = ["Sebastian Thiel <[email protected]>"]
88
edition = "2021"
99
rust-version = "1.65"
10+
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"]
1011

1112
[lib]
1213
doctest = false

0 commit comments

Comments
 (0)