Skip to content

Commit 03df964

Browse files
committed
The pest files need to be included
1 parent c642594 commit 03df964

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ repository = "https://github.com/mdzk-rs/mdzk"
1414
readme = "README.md"
1515
license-file = "LICENSE"
1616
include = [
17+
"Cargo.toml",
1718
"**/*.rs",
1819
"**/*.hbs",
19-
"Cargo.toml",
20+
"**/*.pest",
2021
"**/*.woff2",
2122
"**/*.js",
2223
"**/*.css",

0 commit comments

Comments
 (0)