From ac843068031270481228796f03768af36dea61d6 Mon Sep 17 00:00:00 2001 From: Fabio Lenherr Date: Mon, 18 Sep 2023 16:43:48 +0200 Subject: [PATCH] chore: Change name to snakecase --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cd176f2..d98769c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "ReSet" +name = "reset" version = "0.1.0" edition = "2021"