Skip to content

Commit 2e54f03

Browse files
committed
fix: clean up packaging metadata
1 parent 72351cb commit 2e54f03

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ homepage = "https://github.com/cisco-ai-defense/pickle-fuzzer"
2525
documentation = "https://docs.rs/cisco-ai-defense-pickle-fuzzer"
2626
readme = "README.md"
2727
license = "Apache-2.0"
28-
keywords = ["fuzzing", "pickle", "security", "testing", "generator", "corpus"]
28+
keywords = ["fuzzing", "pickle", "security", "testing", "generator"]
2929
categories = ["development-tools::testing", "command-line-utilities"]
3030

3131
[[bin]]

DEVELOPING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This guide covers the technical details for developing `pickle-fuzzer`.
55
## Prerequisites
66

77
- Rust 1.70 or later
8-
- Python 3.11.14 (for Python bindings)
8+
- Python 3.11.x (for Python bindings)
99
- Git
1010

1111
## Initial Setup

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,11 @@ The binary will be available at `target/release/pickle-fuzzer`.
4848
### Installing from Crates.io
4949

5050
```bash
51-
cargo install pickle-fuzzer
51+
cargo install cisco-ai-defense-pickle-fuzzer
5252
```
5353

54+
This installs the `pickle-fuzzer` binary.
55+
5456
## GitHub Action
5557

5658
Use `pickle-fuzzer` directly in CI with the bundled GitHub Action. The action

0 commit comments

Comments
 (0)