mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 20:59:23 +00:00
Add dedicated crate for building Solidity contracts
This commit is contained in:
5
Cargo.lock
generated
5
Cargo.lock
generated
@@ -1318,6 +1318,10 @@ dependencies = [
|
||||
"semver 0.6.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "build-solidity-contracts"
|
||||
version = "0.1.0"
|
||||
|
||||
[[package]]
|
||||
name = "bumpalo"
|
||||
version = "3.16.0"
|
||||
@@ -8677,6 +8681,7 @@ name = "serai-processor-ethereum-contracts"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"alloy-sol-types",
|
||||
"build-solidity-contracts",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
||||
Reference in New Issue
Block a user