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
Generated
+12 -13
View File
@@ -560,23 +560,11 @@ version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
[[package]]
name = "era-compiler-common"
version = "1.5.0"
source = "git+https://github.com/matter-labs/era-compiler-common?branch=main#6781681145a37d9809057cf6fc3fa667abd545af"
dependencies = [
"anyhow",
"serde",
"serde_json",
"serde_stacker",
]
[[package]]
name = "era-compiler-llvm-context"
version = "1.4.1"
dependencies = [
"anyhow",
"era-compiler-common",
"hex",
"inkwell",
"itertools 0.12.1",
@@ -586,6 +574,7 @@ dependencies = [
"pallet-contracts-pvm-llapi",
"regex",
"revive-builtins",
"revive-common",
"revive-linker",
"revive-stdlib",
"semver 1.0.22",
@@ -1424,6 +1413,16 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
name = "revive-builtins"
version = "0.1.0"
[[package]]
name = "revive-common"
version = "0.1.0"
dependencies = [
"anyhow",
"serde",
"serde_json",
"serde_stacker",
]
[[package]]
name = "revive-extensions"
version = "0.1.0"
@@ -1465,7 +1464,6 @@ version = "1.4.0"
dependencies = [
"anyhow",
"colored",
"era-compiler-common",
"era-compiler-llvm-context",
"hex",
"inkwell",
@@ -1477,6 +1475,7 @@ dependencies = [
"rand",
"rayon",
"regex",
"revive-common",
"semver 1.0.22",
"serde",
"serde_json",