From f1cc2a5ca8f1e7cb9e619331e95d10d0ff96768a Mon Sep 17 00:00:00 2001 From: William Batista Date: Tue, 16 Feb 2021 13:57:19 -0500 Subject: [PATCH] Slightly changed name of Cargo project Just removed the -rs part, in order to fit the Rust naming standards better --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a6fd117..f4752af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "magnet-url-rs" +name = "magnet-url" version = "1.0.0" authors = ["William Batista "] license-file = "LICENSE.md"