From 73a217ffa13aa728f1903b782428f7f522b4539a Mon Sep 17 00:00:00 2001 From: Mica White Date: Sat, 31 Jan 2026 16:03:57 -0500 Subject: Initial dotfile stuff --- .cargo/config.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .cargo/config.toml (limited to '.cargo') diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..ee1d391 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,2 @@ +[build] +rustc-wrapper = "/usr/bin/sccache" -- cgit v1.2.3