From 288e405c956328dbea8762d7d1aab557f5ebbc6f Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Wed, 5 Feb 2025 18:53:25 +0100 Subject: [PATCH] Move the custom Cargo config to the right place --- .config/cargo.toml => .cargo/config.toml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .config/cargo.toml => .cargo/config.toml (100%) diff --git a/.config/cargo.toml b/.cargo/config.toml similarity index 100% rename from .config/cargo.toml rename to .cargo/config.toml