From af28d2b17ebc7114970ca9ce934ee4143c4bef5f Mon Sep 17 00:00:00 2001 From: CosminPerRam Date: Fri, 14 Oct 2022 21:36:05 +0300 Subject: [PATCH] Removed rust prefix from cargo package name --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 20c411e..ab43b9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "rust-gamedig" +name = "gamedig" version = "0.1.0" edition = "2021" authors = ["CosminPerRam [cosmin.p@live.com]", "mmorrisontx [https://github.com/mmorrisontx]"]