From 839ba47a8c64b003fb462575615ef7a9e6378ed7 Mon Sep 17 00:00:00 2001 From: Edward Shen Date: Mon, 22 Mar 2021 19:51:25 -0400 Subject: [PATCH] rename crate --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b63c78e..8af2a7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "mangadex-home-rs" +name = "mangadex-home" version = "0.1.0" license = "MIT OR Apache-2.0" authors = ["Edward Shen "] @@ -30,4 +30,4 @@ ctrlc = "3" [profile.release] lto = true -codegen-units = 1 \ No newline at end of file +codegen-units = 1