Skip to content

Commit

Permalink
Add "rust_patterns" to categories (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
kanarus authored Jun 25, 2024
1 parent 7906e7d commit ed3725b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"
license = "MIT"
description = "Automatically bind bindings in your `wrangler.toml` into a Rust struct"
keywords = ["cloudflare", "workers", "serverless", "wasm"]
categories = ["web-programming::http-server", "network-programming", "wasm"]
categories = ["rust-patterns", "web-programming::http-server", "network-programming", "wasm"]

[lib]
proc-macro = true
Expand Down

0 comments on commit ed3725b

Please sign in to comment.