config: introduce rust cache
This commit is contained in:
parent
47e74fb415
commit
a3ec35bcd6
4 changed files with 20 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue