Renaming the project from ascendance-of-a-bookworm-bot to a shorter aob-lemmy-bot

This commit is contained in:
Neshura 2023-12-29 14:43:55 +01:00
parent f7c4aa395c
commit 4a4980e38b
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
3 changed files with 3 additions and 3 deletions

3
Cargo.lock generated
View file

@ -42,12 +42,11 @@ dependencies = [
] ]
[[package]] [[package]]
name = "ascendance-of-a-bookworm-bot" name = "aob-lemmy-bot"
version = "2.1.5" version = "2.1.5"
dependencies = [ dependencies = [
"chrono", "chrono",
"confy", "confy",
"dotenv",
"lemmy_api_common", "lemmy_api_common",
"lemmy_db_schema", "lemmy_db_schema",
"once_cell", "once_cell",

View file

@ -1,5 +1,6 @@
[package] [package]
name = "ascendance-of-a-bookworm-bot" name = "ascendance-of-a-bookworm-bot"
name = "aob-lemmy-bot"
version = "2.1.5" version = "2.1.5"
edition = "2021" edition = "2021"

View file

@ -1,4 +1,4 @@
# ascendance-of-a-bookworm-bot # aob-lemmy-bot
**config.toml** **config.toml**
```toml ```toml