Support Compile-time Linking (#79)

* Use wrappers for libraries in metadata.

* Create a unified way to access deployed contracts

* Support linking at compile time
This commit is contained in:
Omar
2025-07-25 10:03:21 +03:00
committed by GitHub
parent 8f5bcf08ad
commit 2923d675cd
5 changed files with 304 additions and 145 deletions
+3 -1
View File
@@ -9,11 +9,13 @@ repository.workspace = true
rust-version.workspace = true
[dependencies]
anyhow = { workspace = true }
revive-solc-json-interface = { workspace = true }
revive-dt-config = { workspace = true }
revive-dt-solc-binaries = { workspace = true }
revive-common = { workspace = true }
alloy-primitives = { workspace = true }
anyhow = { workspace = true }
semver = { workspace = true }
serde_json = { workspace = true }
tracing = { workspace = true }