Normalize and filter Steam Cloud paths

This commit is contained in:
mtkennerly 2024-04-21 19:37:56 -04:00
parent 3923c4e532
commit 7589448030
No known key found for this signature in database
GPG key ID: E764BE00BE6E6408
5 changed files with 789 additions and 1011 deletions

View file

@ -1,6 +1,7 @@
mod cli;
mod manifest;
mod missing;
mod path;
mod resource;
mod schema;
mod steam;