forked from GitoxideLabs/gitoxide
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
assure all crates have includes configured
- Loading branch information
Showing
16 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|