From c3cf1358db023c5d2dc295b12d75a4d01aa3f28e Mon Sep 17 00:00:00 2001 From: TehPers Date: Thu, 29 Sep 2022 03:45:50 -0700 Subject: [PATCH] Exclude unnecessary files from package --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 02312c48..160ed906 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,7 @@ keywords = ["xml", "serde", "parser", "writer", "html"] categories = ["asynchronous", "encoding", "parsing", "parser-implementations"] license = "MIT" rust-version = "1.46" +include = ["src/*", "LICENSE-MIT.md", "README.md"] [dependencies] document-features = { version = "0.2", optional = true }