Include contract compilation information in report

This commit is contained in:
Omar Abdulla
2025-08-25 05:02:19 +03:00
parent 7d87cb9ee8
commit 3d198f4e71
9 changed files with 682 additions and 46 deletions
Generated
+2
View File
@@ -4588,6 +4588,7 @@ dependencies = [
name = "revive-dt-report"
version = "0.1.0"
dependencies = [
"alloy-primitives",
"anyhow",
"indexmap 2.10.0",
"paste",
@@ -4600,6 +4601,7 @@ dependencies = [
"serde_json",
"serde_with",
"tokio",
"tracing",
]
[[package]]