diff --git a/git-refspec/Cargo.toml b/git-refspec/Cargo.toml index 0647cfe5f21..caac3992c06 100644 --- a/git-refspec/Cargo.toml +++ b/git-refspec/Cargo.toml @@ -6,6 +6,7 @@ license = "MIT/Apache-2.0" description = "A WIP crate of the gitoxide project for parsing and representing refspecs" authors = ["Sebastian Thiel "] edition = "2018" +include = ["src/**/*", "CHANGELOG.md", "README.md"] [lib] doctest = false