chore: exclude dev-only files from published crates (#3518)

* chore: exclude dev-only files from published crates

* format
This commit is contained in:
paul valladares
2026-07-29 09:35:15 +02:00
committed by GitHub
parent 304292d740
commit dc7f87bc7e
30 changed files with 171 additions and 3 deletions
+7
View File
@@ -8,6 +8,13 @@ license = { workspace = true }
rust-version = { workspace = true }
repository = { workspace = true }
links = "tauri-plugin-clipboard-manager"
exclude = [
"/banner.png",
"/guest-js",
"/package.json",
"/rollup.config.js",
"/tsconfig.json",
]
[package.metadata.docs.rs]