From 495c0dacb2358e54b276c17ef89d47f0cf974377 Mon Sep 17 00:00:00 2001 From: Pedro Fontana Date: Wed, 25 Oct 2023 15:24:25 -0300 Subject: [PATCH] Update Cargo.toml --- crates/starknet-types-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/starknet-types-core/Cargo.toml b/crates/starknet-types-core/Cargo.toml index 6d874b3..2c3c7f6 100644 --- a/crates/starknet-types-core/Cargo.toml +++ b/crates/starknet-types-core/Cargo.toml @@ -7,7 +7,7 @@ homepage = "https://github.com/starknet-io/types-rs" repository = "https://github.com/starknet-io/types-rs" categories = ["types", "math", "crypto"] keywords = ["stark", "zkp", "cairo"] -description = "Field element type for Cairo." +description = "Core types representation for Cairo and STARK proofs" readme = "README.md" [dependencies]