From 03df9649d800c1619bfe14f8c72d6ff6b28f4709 Mon Sep 17 00:00:00 2001 From: kmaasrud Date: Mon, 3 Jan 2022 12:57:12 +0100 Subject: [PATCH] The pest files need to be included --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c1aabc6a..357e4bcc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,9 +14,10 @@ repository = "https://github.com/mdzk-rs/mdzk" readme = "README.md" license-file = "LICENSE" include = [ + "Cargo.toml", "**/*.rs", "**/*.hbs", - "Cargo.toml", + "**/*.pest", "**/*.woff2", "**/*.js", "**/*.css",