chore: add metadata to Cargo.toml

This commit is contained in:
Callum Leslie 2025-09-02 22:05:29 +01:00
parent 8f5f7b341c
commit b7c136c804
Signed by: cleslie
GPG key ID: D382C4AFEECEAA90

View file

@ -9,8 +9,8 @@ homepage = "https://github.com/callumio/suck"
repository = "https://github.com/callumio/suck"
readme = "README.md"
license = "MIT"
keywords = []
categories = []
keywords = ["channel", "pull", "producer-consumer", "threading"]
categories = ["concurrency", "data-structures", "rust-patterns"]
exclude = ["flake.nix", "flake.lock", ".envrc", "cliff.toml", "release-plz.toml", "rustfmt.toml", ".github"]
[dependencies]