From 5b35b6147bf269b16c1bffd268fd03bac0c00b64 Mon Sep 17 00:00:00 2001 From: Dan Cline <6798349+Rjected@users.noreply.github.com> Date: Wed, 8 May 2024 10:30:48 -0400 Subject: [PATCH] Add crate description to Cargo.toml (#429) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 38623a960..fb397398f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,7 @@ name = "c-kzg" version = "1.0.2" edition = "2021" license = "Apache-2.0" +description = "A minimal implementation of the Polynomial Commitments API for EIP-4844, written in C." links = "ckzg" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html