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 }