From 3ac3a0820f3be33320822d891112fc771ffadffc Mon Sep 17 00:00:00 2001 From: hassan Date: Tue, 21 Feb 2023 10:02:23 +0100 Subject: [PATCH] Make crate name snake_case --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3a8d856..7e26057 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "TestRepo" +name = "test_repo" version = "0.1.0" edition = "2021"