add common crate

Signed-off-by: xermicus <cyrill@parity.io>
This commit is contained in:
xermicus
2024-03-22 16:19:18 +01:00
parent 50f2dd9b74
commit c52a8d0f20
65 changed files with 839 additions and 271 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ sha3 = { workspace = true }
md5 = { workspace = true }
inkwell = { workspace = true }
era-compiler-common = { git = "https://github.com/matter-labs/era-compiler-common", branch = "main" }
revive-common = { path = "../common" }
era-compiler-llvm-context = { path = "../llvm-context" }