Skip to content

Commit 545b2d5

Browse files
committed
Assure we don't pick up unnecessary files during publishing (#384)
1 parent 1343448 commit 545b2d5

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

git-index/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ license = "MIT/Apache-2.0"
66
description = "A work-in-progress crate of the gitoxide project dedicated implementing the git index file"
77
authors = ["Sebastian Thiel <[email protected]>"]
88
edition = "2018"
9+
include = ["src/**/*", "README.md", "CHANGELOG.md"]
910

1011
[lib]
1112
doctest = false

git-revision/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ license = "MIT/Apache-2.0"
66
description = "A WIP crate of the gitoxide project dealing with finding names for revisions and parsing specifications"
77
authors = ["Sebastian Thiel <[email protected]>"]
88
edition = "2018"
9+
include = ["src/**/*", "CHANGELOG.md"]
910

1011
[lib]
1112
doctest = false

git-worktree/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ license = "MIT/Apache-2.0"
66
description = "A WIP crate of the gitoxide project dedicated implementing everything around working trees and git excludes"
77
authors = ["Sebastian Thiel <[email protected]>"]
88
edition = "2018"
9+
include = ["src/**/*", "CHANGELOG.md"]
910

1011
[lib]
1112
doctest = false

0 commit comments

Comments
 (0)