Add new logger

This commit is contained in:
2023-01-19 00:59:16 +01:00
parent 294693ef6f
commit 4417deff43
3 changed files with 26 additions and 7 deletions

View File

@@ -11,7 +11,7 @@ reqwest = { version = "0.11.11", features = ["json"] }
serde = { version = "1.0.144", features = ["derive"] }
serde_json = "1.0.85"
log = "0.4"
env_logger = "0.9.0"
pretty_env_logger = "0.4"
teloxide = { version = "0.10.1", features = ["macros", "auto-send", "webhooks-axum"] }
url = "2.2.2"
ctrlc = { version = "3.2.3", features = ["termination"] }