Skip to content

Commit e27985b

Browse files
committed
ci: cargo metadata
1 parent 8599e96 commit e27985b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Cargo.toml

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
name = "haqq-grpc"
33
version = "0.1.0"
44
edition = "2021"
5+
license = "MIT"
6+
keywords = ["haqq", "cosmos", "evmos", "grpc", "proto"]
7+
categories = ["finance", "cryptography::cryptocurrencies", "api-bindings", "asynchronous"]
8+
description = "gRPC client for Haqq nodes"
9+
documentation = "https://docs.rs/haqq-grpc"
10+
repository = "https://github.com/haqq-network/haqq-clients"
11+
readme = "README.md"
12+
homepage = "https://haqq.network"
513

614
[dependencies]
715
derive_builder = "0.12.0"

0 commit comments

Comments
 (0)