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 -1
View File
@@ -5,7 +5,6 @@
use std::{
collections::HashMap,
fs::read_to_string,
hash::Hash,
path::{Path, PathBuf},
};
@@ -16,6 +15,7 @@ use semver::Version;
use serde::{Deserialize, Serialize};
use revive_common::EVMVersion;
use revive_dt_common::cached_fs::read_to_string;
use revive_dt_common::types::VersionOrRequirement;
use revive_dt_config::Arguments;