Skip to content

Commit e80e7a2

Browse files
authored
fix categories (#45)
1 parent 4f2d560 commit e80e7a2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Cargo.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,12 @@ hex = "0.4"
3131
[package]
3232
name = "event-scanner"
3333
description = "Event Scanner is a library for scanning events from any EVM-based blockchain."
34-
categories = ["asynchronous", "web-programming", "web3"]
34+
categories = [
35+
"asynchronous",
36+
"web-programming",
37+
"web-programming::websocket",
38+
"cryptography::cryptocurrencies",
39+
]
3540
keywords = ["evm", "ethereum", "blockchain", "events", "alloy"]
3641
version.workspace = true
3742
license.workspace = true

0 commit comments

Comments
 (0)