From 02642dc5bb5466f5b75caaab708fdffefb4cb4bc Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 3 Sep 2025 09:56:27 +0200 Subject: [PATCH] better config template naming --- .cargo/{def-config.toml => config.toml.template} | 0 Embed.toml.sample => Embed.toml.template | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename .cargo/{def-config.toml => config.toml.template} (100%) rename Embed.toml.sample => Embed.toml.template (100%) diff --git a/.cargo/def-config.toml b/.cargo/config.toml.template similarity index 100% rename from .cargo/def-config.toml rename to .cargo/config.toml.template diff --git a/Embed.toml.sample b/Embed.toml.template similarity index 100% rename from Embed.toml.sample rename to Embed.toml.template