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
+1
View File
@@ -55,6 +55,7 @@ tracing-subscriber = { version = "0.3.19", default-features = false, features =
"env-filter",
] }
indexmap = { version = "2.10.0", default-features = false }
indoc = { version = "2.0.6", default-features = false }
# revive compiler
revive-solc-json-interface = { git = "https://github.com/paritytech/revive", rev = "3389865af7c3ff6f29a586d82157e8bc573c1a8e" }