Skip to content

Commit 24a09d0

Browse files
fix: add missing package fields (#1058)
1 parent 76955d0 commit 24a09d0

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

ibc-clients/ics08-wasm/types/Cargo.toml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,17 @@
22
name = "ibc-client-wasm-types"
33
version = { workspace = true }
44
authors = { workspace = true }
5-
license = { workspace = true }
6-
rust-version = { workspace = true }
75
edition = { workspace = true }
6+
rust-version = { workspace = true }
7+
license = { workspace = true }
8+
repository = { workspace = true }
9+
keywords = ["blockchain", "cosmos", "ibc", "wasm", "ics08"]
10+
readme = "./../../README.md"
11+
description = """
12+
Maintained by `ibc-rs`, encapsulates essential ICS-08 Wasm Light Client data structures and domain types,
13+
as specified in the Inter-Blockchain Communication (IBC) protocol. Designed for universal applicability
14+
to facilitate development and integration across diverse IBC-enabled projects.
15+
"""
816

917
[dependencies]
1018
# external dependencies

0 commit comments

Comments
 (0)