From eef33c9372795504eec3fe117d9d45a5893f53c5 Mon Sep 17 00:00:00 2001 From: chip Date: Tue, 19 Dec 2023 07:05:42 +0900 Subject: [PATCH] fix: exclude change files, github assets, and audits from package (#1124) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 620cbbbdf..ab3a794a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,7 @@ readme = "README.md" repository = "https://github.com/tauri-apps/wry" documentation = "https://docs.rs/wry" categories = [ "gui" ] +exclude = ["/.changes", "/.github", "/audits", "/wry-logo.svg"] [package.metadata.docs.rs] no-default-features = true