pub type WorkspaceInfo = (String, PathBuf, Option<String>, SystemTime);
Type alias for workspace info tuple (hash, path, project_path, modified_time)