Skip to content

Commit 9da6071

Browse files
committed
explicitly include assets in git-repository crate
1 parent 79b9b73 commit 9da6071

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

git-repository/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ license = "MIT"
66
version = "0.1.0"
77
authors = ["Sebastian Thiel <[email protected]>"]
88
edition = "2018"
9+
include = ["src/**/*", "src/assets/**"]
910

1011
[lib]
1112
doctest = false

0 commit comments

Comments
 (0)