refactor logic into a module

This commit is contained in:
Omar Abdulla
2025-08-07 15:36:10 +03:00
parent 55322165ad
commit ac8051b03e
6 changed files with 261 additions and 236 deletions
Generated
+7
View File
@@ -2929,6 +2929,12 @@ dependencies = [
"serde",
]
[[package]]
name = "indoc"
version = "2.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
[[package]]
name = "integer-sqrt"
version = "0.1.5"
@@ -4095,6 +4101,7 @@ dependencies = [
"alloy-primitives",
"alloy-sol-types",
"anyhow",
"indoc",
"revive-common",
"revive-dt-common",
"semver 1.0.26",