-
-
Notifications
You must be signed in to change notification settings - Fork 314
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
55 changed files
with
64 additions
and
52 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
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
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ authors = ["Sebastian Thiel <[email protected]>"] | |
repository = "https://github.com/Byron/gitoxide" | ||
license = "MIT OR Apache-2.0" | ||
edition = "2021" | ||
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"] | ||
include = ["src/**/*", "LICENSE-*"] | ||
rust-version = "1.65" | ||
|
||
[lib] | ||
|
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-*"] | ||
|
||
[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 |
---|---|---|
|
@@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0" | |
description = "A crate of the gitoxide project dealing .gitattributes files" | ||
authors = ["Sebastian Thiel <[email protected]>"] | ||
edition = "2021" | ||
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"] | ||
include = ["src/**/*", "LICENSE-*"] | ||
rust-version = "1.65" | ||
|
||
[lib] | ||
|
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 dedicated implementing the standa | |
authors = ["Sebastian Thiel <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.65" | ||
exclude = ["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
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-*"] | ||
|
||
[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,7 +7,7 @@ license = "MIT OR Apache-2.0" | |
description = "Read-only access to the git commitgraph file format" | ||
authors = ["Conor Davis <[email protected]>", "Sebastian Thiel <[email protected]>"] | ||
edition = "2021" | ||
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"] | ||
include = ["src/**/*", "LICENSE-*"] | ||
rust-version = "1.65" | ||
|
||
[lib] | ||
|
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-*"] | ||
|
||
[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 |
---|---|---|
|
@@ -8,7 +8,7 @@ authors = ["Edward Shen <[email protected]>"] | |
edition = "2021" | ||
keywords = ["git-config", "git", "config", "gitoxide"] | ||
categories = ["config", "parser-implementations"] | ||
include = ["src/**/*", "LICENSE-*", "README.md", "CHANGELOG.md"] | ||
include = ["src/**/*", "LICENSE-*", "README.md"] | ||
rust-version = "1.65" | ||
autotests = 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-*"] | ||
|
||
[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 |
---|---|---|
|
@@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0" | |
description = "A crate of the gitoxide project parsing dates the way git does" | ||
authors = ["Sebastian Thiel <[email protected]>"] | ||
edition = "2021" | ||
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"] | ||
include = ["src/**/*", "LICENSE-*"] | ||
rust-version = "1.65" | ||
|
||
[lib] | ||
|
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0" | |
description = "Calculate differences between various git objects" | ||
authors = ["Sebastian Thiel <[email protected]>"] | ||
edition = "2021" | ||
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"] | ||
include = ["src/**/*", "LICENSE-*"] | ||
rust-version = "1.65" | ||
autotests = 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 |
---|---|---|
|
@@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0" | |
description = "Discover git repositories and check if a directory is a git repository" | ||
authors = ["Sebastian Thiel <[email protected]>"] | ||
edition = "2021" | ||
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"] | ||
include = ["src/**/*", "LICENSE-*"] | ||
rust-version = "1.65" | ||
|
||
[lib] | ||
|
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-*"] | ||
|
||
[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-*"] | ||
|
||
[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-*"] | ||
|
||
[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-*"] | ||
|
||
[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 |
---|---|---|
|
@@ -6,7 +6,7 @@ authors = ["Sebastian Thiel <[email protected]>"] | |
repository = "https://github.com/Byron/gitoxide" | ||
license = "MIT OR Apache-2.0" | ||
edition = "2021" | ||
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"] | ||
include = ["src/**/*", "LICENSE-*"] | ||
rust-version = "1.65" | ||
|
||
[lib] | ||
|
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0" | |
description = "A crate that provides hashtable based data structures optimized to utilize ObjectId keys" | ||
authors = ["Pascal Kuthe <[email protected]>"] | ||
edition = "2021" | ||
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"] | ||
include = ["src/**/*", "LICENSE-*"] | ||
rust-version = "1.65" | ||
|
||
[lib] | ||
|
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0" | |
description = "A crate of the gitoxide project dealing .gitignore files" | ||
authors = ["Sebastian Thiel <[email protected]>"] | ||
edition = "2021" | ||
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"] | ||
include = ["src/**/*", "LICENSE-*"] | ||
rust-version = "1.65" | ||
|
||
[lib] | ||
|
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0" | |
description = "A work-in-progress crate of the gitoxide project dedicated implementing the git index file" | ||
authors = ["Sebastian Thiel <[email protected]>"] | ||
edition = "2021" | ||
include = ["src/**/*", "LICENSE-*", "README.md", "CHANGELOG.md"] | ||
include = ["src/**/*", "LICENSE-*", "README.md"] | ||
rust-version = "1.65" | ||
autotests = 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 |
---|---|---|
|
@@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0" | |
description = "A git-style lock-file implementation" | ||
authors = ["Sebastian Thiel <[email protected]>"] | ||
edition = "2021" | ||
include = ["src/**/*", "LICENSE-*", "README.md", "CHANGELOG.md"] | ||
include = ["src/**/*", "LICENSE-*", "README.md"] | ||
rust-version = "1.65" | ||
|
||
[lib] | ||
|
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
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-*"] | ||
|
||
[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-*"] | ||
|
||
[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 |
---|---|---|
|
@@ -6,7 +6,7 @@ authors = ["Sebastian Thiel <[email protected]>"] | |
repository = "https://github.com/Byron/gitoxide" | ||
license = "MIT OR Apache-2.0" | ||
edition = "2021" | ||
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"] | ||
include = ["src/**/*", "LICENSE-*"] | ||
rust-version = "1.65" | ||
|
||
[lib] | ||
|
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ authors = ["Sebastian Thiel <[email protected]>"] | |
license = "MIT OR Apache-2.0" | ||
description = "Implements various git object databases" | ||
edition = "2021" | ||
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"] | ||
include = ["src/**/*", "LICENSE-*"] | ||
rust-version = "1.65" | ||
autotests = 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 |
---|---|---|
|
@@ -6,7 +6,7 @@ authors = ["Sebastian Thiel <[email protected]>"] | |
license = "MIT OR Apache-2.0" | ||
description = "Implements git packs and related data structures" | ||
edition = "2021" | ||
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"] | ||
include = ["src/**/*", "LICENSE-*"] | ||
rust-version = "1.65" | ||
autotests = 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 |
---|---|---|
|
@@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0" | |
description = "A duplicate of `gix-packetline` with the `blocking-io` feature pre-selected" | ||
authors = ["Sebastian Thiel <[email protected]>"] | ||
edition = "2021" | ||
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"] | ||
include = ["src/**/*", "LICENSE-*"] | ||
rust-version = "1.65" | ||
|
||
[lib] | ||
|
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0" | |
description = "A crate of the gitoxide project implementing the pkt-line serialization format" | ||
authors = ["Sebastian Thiel <[email protected]>"] | ||
edition = "2021" | ||
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"] | ||
include = ["src/**/*", "LICENSE-*"] | ||
rust-version = "1.65" | ||
|
||
[lib] | ||
|
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0" | |
description = "A crate of the gitoxide project dealing paths and their conversions" | ||
authors = ["Sebastian Thiel <[email protected]>"] | ||
edition = "2021" | ||
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"] | ||
include = ["src/**/*", "LICENSE-*"] | ||
rust-version = "1.65" | ||
|
||
[lib] | ||
|
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"] | ||
|
||
[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 |
---|---|---|
|
@@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0" | |
description = "A crate of the gitoxide project for handling prompts in the terminal" | ||
authors = ["Sebastian Thiel <[email protected]>"] | ||
edition = "2021" | ||
include = ["src/**/*", "LICENSE-*", "README.md", "CHANGELOG.md"] | ||
include = ["src/**/*", "LICENSE-*", "README.md"] | ||
rust-version = "1.65" | ||
|
||
[lib] | ||
|
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0" | |
description = "A crate of the gitoxide project for implementing git protocols" | ||
authors = ["Sebastian Thiel <[email protected]>"] | ||
edition = "2021" | ||
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md", "!**/tests/**/*"] | ||
include = ["src/**/*", "LICENSE-*", "!**/tests/**/*"] | ||
rust-version = "1.65" | ||
|
||
[lib] | ||
|
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-*"] | ||
|
||
[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 |
---|---|---|
|
@@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0" | |
description = "A crate to handle git references" | ||
authors = ["Sebastian Thiel <[email protected]>"] | ||
edition = "2021" | ||
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"] | ||
include = ["src/**/*", "LICENSE-*"] | ||
rust-version = "1.65" | ||
autotests = 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 |
---|---|---|
|
@@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0" | |
description = "A crate of the gitoxide project for parsing and representing refspecs" | ||
authors = ["Sebastian Thiel <[email protected]>"] | ||
edition = "2021" | ||
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md", "README.md"] | ||
include = ["src/**/*", "LICENSE-*", "README.md"] | ||
rust-version = "1.65" | ||
|
||
[lib] | ||
|
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0" | |
description = "A crate of the gitoxide project dealing with finding names for revisions and parsing specifications" | ||
authors = ["Sebastian Thiel <[email protected]>"] | ||
edition = "2021" | ||
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md", "README.md"] | ||
include = ["src/**/*", "LICENSE-*", "README.md"] | ||
rust-version = "1.65" | ||
|
||
[lib] | ||
|
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0" | |
description = "A crate providing utilities for walking the revision graph" | ||
authors = ["Sebastian Thiel <[email protected]>"] | ||
edition = "2021" | ||
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"] | ||
include = ["src/**/*", "LICENSE-*"] | ||
rust-version = "1.65" | ||
|
||
[lib] | ||
|
Oops, something went wrong.