Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 701d46f

Browse files
committedAug 6, 2022
add include directive (#450)
1 parent 6e5bd5c commit 701d46f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎git-refspec/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 for parsing and representing refspecs"
77
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
88
edition = "2018"
9+
include = ["src/**/*", "CHANGELOG.md", "README.md"]
910

1011
[lib]
1112
doctest = false

0 commit comments

Comments
 (0)
Please sign in to comment.