Support linking at compile time

This commit is contained in:
Omar Abdulla
2025-07-25 09:37:24 +03:00
parent eacc09fe4f
commit d8017b4ddf
4 changed files with 275 additions and 122 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 }