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]