Add crate description to Cargo.toml (#429)

This commit is contained in:
Dan Cline 2024-05-08 10:30:48 -04:00 committed by GitHub
parent c38957257f
commit 5b35b6147b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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