Implement a persistent compilation cache

This commit is contained in:
Omar Abdulla
2025-08-16 17:11:04 +03:00
parent 19075f76e0
commit c34f5a3d95
12 changed files with 415 additions and 275 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ revive-dt-solc-binaries = { version = "0.1.0", path = "crates/solc-binaries" }
alloy-primitives = "1.2.1"
alloy-sol-types = "1.2.1"
anyhow = "1.0"
bincode = { version = "2.0.1" }
bincode = { version = "2.0.1", features = ["serde"] }
cacache = { version = "13.1.0" }
clap = { version = "4", features = ["derive"] }
foundry-compilers-artifacts = { version = "0.18.0" }