From 004c71d5d5fa9c73c93d88a7dc6a7254131037b7 Mon Sep 17 00:00:00 2001 From: xermicus Date: Tue, 27 May 2025 13:26:05 +0200 Subject: [PATCH] add description to revive-differential (#333) Signed-off-by: Cyrill Leutwiler --- crates/differential/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crates/differential/Cargo.toml b/crates/differential/Cargo.toml index d38c105..f58bfd0 100644 --- a/crates/differential/Cargo.toml +++ b/crates/differential/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "revive-differential" +description = "utilities for differential testing the revive compiler against EVM" version.workspace = true license.workspace = true edition.workspace = true @@ -13,4 +14,4 @@ serde = { workspace = true } serde_json = { workspace = true } alloy-primitives = { workspace = true, features = ["serde"] } alloy-genesis = { workspace = true } -alloy-serde = { workspace = true } \ No newline at end of file +alloy-serde = { workspace = true }