From 2672667fda6651a316cec805fc64dec3474b9099 Mon Sep 17 00:00:00 2001 From: Michael Belyaev <110101418+misha7b@users.noreply.github.com> Date: Thu, 10 Oct 2024 19:10:42 +0100 Subject: [PATCH] Rename cargo.toml to Cargo.toml --- lib/localisation/{cargo.toml => Cargo.toml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename lib/localisation/{cargo.toml => Cargo.toml} (81%) diff --git a/lib/localisation/cargo.toml b/lib/localisation/Cargo.toml similarity index 81% rename from lib/localisation/cargo.toml rename to lib/localisation/Cargo.toml index 05dfbed..d9f2753 100644 --- a/lib/localisation/cargo.toml +++ b/lib/localisation/Cargo.toml @@ -4,4 +4,4 @@ version = "0.1.0" edition = "2021" [dependencies] -nalgebra = "0.33.0" \ No newline at end of file +nalgebra = "0.33.0"