Skip to content

Commit

Permalink
Some updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bkchr committed May 21, 2024
1 parent 61e3dae commit bf5031a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
name = "merkleized-metadata"
version = "0.1.0"
edition = "2021"
authors = ["Bastian Köcher <[email protected]>"]
documentation = "https://docs.rs/merkleized-metadata"
repository = "https://github.com/bkchr/merkleized-metadata"
keywords = ["FRAME", "metadata", "polkadot"]
license = "MIT OR Apache-2.0"
description = """
FRAME metadata merkleiziation
"""
readme = "./README.md"

[dependencies]
array-bytes = { version = "6.2.2", default-features = false }
Expand Down
6 changes: 6 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Merkleized metadata

[![](https://docs.rs/merkleized-metadata/badge.svg)](https://docs.rs/merkleized-metadata/) [![](https://img.shields.io/crates/v/merkleized-metadata.svg)](https://crates.io/crates/merkleized-metadata) [![](https://img.shields.io/crates/d/merkleized-metadata.png)](https://crates.io/crates/merkleized-metadata)

This crate provides the merkleization of [`frame_metadata`](https://docs.rs/frame-metadata/latest/frame_metadata/) as described in
[RFC78](https://polkadot-fellows.github.io/RFCs/approved/0078-merkleized-metadata.html).

0 comments on commit bf5031a

Please sign in to comment.