config: introduce rust cache

This commit is contained in:
InsanePrawn 2022-08-29 04:43:12 +02:00
parent 47e74fb415
commit a3ec35bcd6
4 changed files with 20 additions and 0 deletions

View file

@ -142,6 +142,7 @@ class PathsSection(DataClass):
jumpdrive: str
images: str
ccache: str
rust: str
class ProfilesSection(DataClass):