From 4a4980e38b16f19215f93dd7e15ce39ac63d6e19 Mon Sep 17 00:00:00 2001 From: Neshura Date: Fri, 29 Dec 2023 14:43:55 +0100 Subject: [PATCH] Renaming the project from ascendance-of-a-bookworm-bot to a shorter aob-lemmy-bot --- Cargo.lock | 3 +-- Cargo.toml | 1 + README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7a358d8..a200fb9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -42,12 +42,11 @@ dependencies = [ ] [[package]] -name = "ascendance-of-a-bookworm-bot" +name = "aob-lemmy-bot" version = "2.1.5" dependencies = [ "chrono", "confy", - "dotenv", "lemmy_api_common", "lemmy_db_schema", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index b07d726..b5771b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "ascendance-of-a-bookworm-bot" +name = "aob-lemmy-bot" version = "2.1.5" edition = "2021" diff --git a/README.md b/README.md index 44d7eaf..f5d7b11 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ascendance-of-a-bookworm-bot +# aob-lemmy-bot **config.toml** ```toml