diff options
| author | Mason Reed <mason@vector35.com> | 2026-02-06 14:19:09 -0800 |
|---|---|---|
| committer | Mason Reed <35282038+emesare@users.noreply.github.com> | 2026-02-23 00:09:44 -0800 |
| commit | 7760b9d44b8b79a1a1f78236f5174eb4f7b194f8 (patch) | |
| tree | 1ef8336ecdbb4df4bd5cecd6e3515a6d090f8687 /plugins/workflow_objc | |
| parent | 826bd1a2da1077e5f5c55afec9112d4790ed62e0 (diff) | |
[Rust] Fix plugins being referenced in `cargo about` output
Diffstat (limited to 'plugins/workflow_objc')
| -rw-r--r-- | plugins/workflow_objc/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/workflow_objc/Cargo.toml b/plugins/workflow_objc/Cargo.toml index 948fc2de..07ef9bbe 100644 --- a/plugins/workflow_objc/Cargo.toml +++ b/plugins/workflow_objc/Cargo.toml @@ -3,6 +3,7 @@ name = "workflow_objc" version = "0.1.0" edition = "2021" license = "BSD-3-Clause" +publish = false [lib] crate-type = ["staticlib", "cdylib"] |
