Skip to content

Commit

Permalink
assure all crates have includes configured
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Oct 20, 2023
1 parent eb23338 commit 065ab57
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions gix-archive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ description = "archive generation from of a worktree stream"
authors = ["Sebastian Thiel <[email protected]>"]
edition = "2021"
rust-version = "1.65"
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"]

[lib]
doctest = false
Expand Down
1 change: 1 addition & 0 deletions gix-command/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ description = "A crate of the gitoxide project handling internal git command exe
authors = ["Sebastian Thiel <[email protected]>"]
edition = "2021"
rust-version = "1.65"
include = ["src/lib.rs", "LICENSE-*", "CHANGELOG.md"]

[lib]
doctest = false
Expand Down
1 change: 1 addition & 0 deletions gix-config-value/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ description = "A crate of the gitoxide project providing git-config value parsin
authors = ["Sebastian Thiel <[email protected]>"]
edition = "2021"
rust-version = "1.65"
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"]

[lib]
doctest = false
Expand Down
1 change: 1 addition & 0 deletions gix-credentials/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ description = "A crate of the gitoxide project to interact with git credentials
authors = ["Sebastian Thiel <[email protected]>"]
edition = "2021"
rust-version = "1.65"
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"]

[lib]
doctest = false
Expand Down
1 change: 1 addition & 0 deletions gix-features/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ authors = ["Sebastian Thiel <[email protected]>"]
license = "MIT OR Apache-2.0"
edition = "2021"
rust-version = "1.65"
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"]

[lib]
doctest = false
Expand Down
1 change: 1 addition & 0 deletions gix-filter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ description = "A crate of the gitoxide project implementing git filters"
authors = ["Sebastian Thiel <[email protected]>"]
edition = "2021"
rust-version = "1.65"
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"]

[lib]
doctest = false
Expand Down
1 change: 1 addition & 0 deletions gix-fs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ description = "A crate providing file system specific utilities to `gitoxide`"
authors = ["Sebastian Thiel <[email protected]>"]
edition = "2021"
rust-version = "1.65"
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"]

[lib]
doctest = false
Expand Down
1 change: 1 addition & 0 deletions gix-glob/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ description = "A crate of the gitoxide project dealing with pattern matching"
authors = ["Sebastian Thiel <[email protected]>"]
edition = "2021"
rust-version = "1.65"
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"]

[lib]
doctest = false
Expand Down
1 change: 1 addition & 0 deletions gix-mailmap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ description = "A crate of the gitoxide project for parsing mailmap files"
authors = ["Sebastian Thiel <[email protected]>"]
edition = "2021"
rust-version = "1.65"
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"]

[lib]
doctest = false
Expand Down
1 change: 1 addition & 0 deletions gix-negotiate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ description = "A crate of the gitoxide project implementing negotiation algorith
authors = ["Sebastian Thiel <[email protected]>"]
edition = "2021"
rust-version = "1.65"
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"]

[lib]
doctest = false
Expand Down
1 change: 1 addition & 0 deletions gix-pathspec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ description = "A crate of the gitoxide project dealing magical pathspecs"
authors = ["Sebastian Thiel <[email protected]>"]
edition = "2021"
rust-version = "1.65"
include = ["src/**/*", "LICENSE-*", "README.md", "CHANGELOG.md"]

[lib]
doctest = false
Expand Down
1 change: 1 addition & 0 deletions gix-quote/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ description = "A crate of the gitoxide project dealing with various quotations u
authors = ["Sebastian Thiel <[email protected]>"]
edition = "2021"
rust-version = "1.65"
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"]

[lib]
doctest = false
Expand Down
1 change: 1 addition & 0 deletions gix-submodule/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ description = "A crate of the gitoxide project dealing git submodules"
authors = ["Sebastian Thiel <[email protected]>"]
edition = "2021"
rust-version = "1.65"
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"]

[lib]
doctest = false
Expand Down
1 change: 1 addition & 0 deletions gix-trace/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ authors = ["Sebastian Thiel <[email protected]>"]
license = "MIT OR Apache-2.0"
edition = "2021"
rust-version = "1.65"
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"]

[lib]
doctest = false
Expand Down
1 change: 1 addition & 0 deletions gix-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ description = "A crate with `gitoxide` utilities that don't need feature toggles
authors = ["Sebastian Thiel <[email protected]>"]
edition = "2021"
rust-version = "1.65"
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"]

[lib]
doctest = false
Expand Down
1 change: 1 addition & 0 deletions gix-worktree-stream/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ description = "generate a byte-stream from a git-tree"
authors = ["Sebastian Thiel <[email protected]>"]
edition = "2021"
rust-version = "1.65"
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"]

[lib]
doctest = false
Expand Down

0 comments on commit 065ab57

Please sign in to comment.