We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70246ec commit a833d28Copy full SHA for a833d28
Cargo.toml
@@ -4,8 +4,11 @@ description = "Solana AccountsDb plugin for Kafka"
4
authors = ["Blockdaemon"]
5
version = "0.1.8+solana.2.2.7"
6
edition = "2021"
7
-repository = "https://github.com/Blockdaemon/solana-accountsdb-plugin-kafka"
8
license = "Apache-2.0"
+repository = "https://github.com/Blockdaemon/solana-accountsdb-plugin-kafka"
9
+homepage = "https://blockdaemon.com"
10
+keywords = ["solana", "blockchain", "kafka", "plugin"]
11
+categories = ["cryptography::cryptocurrencies", "database", "network-programming"]
12
13
[lib]
14
crate-type = ["cdylib", "rlib"]
0 commit comments