summaryrefslogtreecommitdiff
path: root/view
diff options
context:
space:
mode:
authorMason Reed <mason@vector35.com>2026-02-06 14:19:09 -0800
committerMason Reed <35282038+emesare@users.noreply.github.com>2026-02-23 00:09:44 -0800
commit7760b9d44b8b79a1a1f78236f5174eb4f7b194f8 (patch)
tree1ef8336ecdbb4df4bd5cecd6e3515a6d090f8687 /view
parent826bd1a2da1077e5f5c55afec9112d4790ed62e0 (diff)
[Rust] Fix plugins being referenced in `cargo about` output
Diffstat (limited to 'view')
-rw-r--r--view/minidump/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/view/minidump/Cargo.toml b/view/minidump/Cargo.toml
index a39e9172..adca8580 100644
--- a/view/minidump/Cargo.toml
+++ b/view/minidump/Cargo.toml
@@ -3,6 +3,7 @@ name = "minidump_bn"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
+publish = false
[lib]
crate-type = ["cdylib"]