diff --git a/cargo/config.toml b/cargo/config.toml new file mode 100644 index 0000000..aecf592 --- /dev/null +++ b/cargo/config.toml @@ -0,0 +1,2 @@ +[build] +rustc-wrapper = "sccache" diff --git a/dotfiles.yml b/dotfiles.yml index 19f1253..9e96c81 100644 --- a/dotfiles.yml +++ b/dotfiles.yml @@ -17,6 +17,7 @@ empty_directories: - name: .config/alacritty - name: .local/state/gnupg/ mode: '0700' + - name: .local/state/cargo/ dotfiles: - from: git/gitconfig to: .config/git/config @@ -97,6 +98,8 @@ dotfiles: to: .config/helix/config.toml - from: helix/languages.toml to: .config/helix/languages.toml + - from: cargo/config.toml + to: .local/state/cargo/config.toml dotfiles_remove: - .gitconfig - .vimrc