Skip to content

Commit f32caaf

Browse files
committed
included blobs to Cargo.toml
1 parent 7e394ac commit f32caaf

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Cargo.toml

+9-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,15 @@ homepage = "https://github.com/mdzk-rs/mdzk"
1313
repository = "https://github.com/mdzk-rs/mdzk"
1414
readme = "README.md"
1515
license-file = "LICENSE"
16-
include = ["**/*.rs", "**/*.hbs", "Cargo.toml"]
16+
include = [
17+
"**/*.rs",
18+
"**/*.hbs",
19+
"Cargo.toml",
20+
"**/*.woff2",
21+
"**/*.js",
22+
"**/*.css",
23+
"**/*.ttf",
24+
]
1725

1826
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1927

0 commit comments

Comments
 (0)