multicall: go back to forking solution

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I2a24a3c7efc41fc45c675fd98e08782e6a6a6964
This commit is contained in:
raf 2025-11-12 23:49:06 +03:00
commit 2d8ccf2a4f
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
3 changed files with 42 additions and 20 deletions

View file

@ -28,6 +28,7 @@ imagesize = "0.14.0"
inquire = { default-features = false, version = "0.9.1", features = [
"crossterm",
] }
libc = "0.2.177"
log = "0.4.28"
env_logger = "0.11.8"
thiserror = "2.0.17"