Implement part of the function parser

This commit is contained in:
Omar Abdulla
2025-08-07 22:06:06 +03:00
parent ac8051b03e
commit bb718fedfc
6 changed files with 597 additions and 3 deletions
+1
View File
@@ -30,6 +30,7 @@ foundry-compilers-artifacts = { version = "0.18.0" }
futures = { version = "0.3.31" }
hex = "0.4.3"
reqwest = { version = "0.12.15", features = ["json"] }
regex = { version = "1.11.1" }
once_cell = "1.21"
semver = { version = "1.0", features = ["serde"] }
serde = { version = "1.0", default-features = false, features = ["derive"] }