mount an atproto PDS repository as a FUSE filesystem

fmt

Signed-off-by: oppiliappan <me@oppi.li>

oppi.li df663fdf 575166d5

verified
Changed files
+4 -1
src
+4 -1
src/main.rs
··· 113 113 114 114 let dirs = BaseDirectories::new(); 115 115 116 - let dir = dirs.get_cache_home().expect("$HOME is absent").join("pdsfs"); 116 + let dir = dirs 117 + .get_cache_home() 118 + .expect("$HOME is absent") 119 + .join("pdsfs"); 117 120 tokio::fs::create_dir_all(&dir).await?; 118 121 119 122 let file = dir.join(&id.did);