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

@ -43,6 +43,7 @@ CONFIG_DEFAULTS_DICT = {
'jumpdrive': os.path.join('%cache_dir%', 'jumpdrive'),
'images': os.path.join('%cache_dir%', 'images'),
'ccache': os.path.join('%cache_dir%', 'ccache'),
'rust': os.path.join('%cache_dir%', 'rust'),
},
'profiles': {
'current': 'default',