Add crate description to Cargo.toml (#429)
This commit is contained in:
parent
c38957257f
commit
5b35b6147b
|
@ -3,6 +3,7 @@ name = "c-kzg"
|
||||||
version = "1.0.2"
|
version = "1.0.2"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
description = "A minimal implementation of the Polynomial Commitments API for EIP-4844, written in C."
|
||||||
links = "ckzg"
|
links = "ckzg"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
Loading…
Reference in New Issue