mirror of
https://github.com/flibusta-apps/book_bot.git
synced 2026-03-03 07:00:53 +01:00
Create book_bot crate and add log_handler annotations
This commit is contained in:
10
Cargo.lock
generated
10
Cargo.lock
generated
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user