From 914514b70d1fb80c38890909eeb618dd46f3733d Mon Sep 17 00:00:00 2001 From: spikecodes <19519553+spikecodes@users.noreply.github.com> Date: Sun, 25 Oct 2020 21:06:05 -0700 Subject: [PATCH] Fix Package Name --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 03cff9c..24dedbd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1053,7 +1053,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2448f6066e80e3bfc792e9c98bf705b4b0fc6e8ef5b43e5889aff0eaa9c58743" [[package]] -name = "libreddit-actix" +name = "libreddit" version = "0.1.0" dependencies = [ "actix-files", diff --git a/Cargo.toml b/Cargo.toml index c4a91dc..d29046f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "libreddit-actix" +name = "libreddit" version = "0.1.0" authors = ["spikecodes <19519553+spikecodes@users.noreply.github.com>"] edition = "2018"