Create book_bot crate and add log_handler annotations

This commit is contained in:
2026-03-02 20:11:20 +01:00
parent bacab9ee32
commit ee3a2cdfc7
61 changed files with 145 additions and 86 deletions

10
Cargo.lock generated
View File

@@ -372,6 +372,7 @@ dependencies = [
"axum",
"axum-prometheus",
"base64",
"book_bot_macros",
"chrono",
"ctrlc",
"dateparser",
@@ -400,6 +401,15 @@ dependencies = [
"url",
]
[[package]]
name = "book_bot_macros"
version = "0.1.0"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "bumpalo"
version = "3.19.0"