Add a cached fs abstraction

This commit is contained in:
Omar Abdulla
2025-08-14 17:38:12 +03:00
parent f2045db0e9
commit 7247eca2e8
11 changed files with 230 additions and 19 deletions
+1
View File
@@ -29,6 +29,7 @@ clap = { version = "4", features = ["derive"] }
foundry-compilers-artifacts = { version = "0.18.0" }
futures = { version = "0.3.31" }
hex = "0.4.3"
moka = "0.12.10"
reqwest = { version = "0.12.15", features = ["json"] }
once_cell = "1.21"
semver = { version = "1.0", features = ["serde"] }