cargo add log

This commit is contained in:
Akulij 2025-04-28 22:44:01 +03:00
parent ffe2fd8bc1
commit fd3ef221c9
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View File

@ -839,6 +839,7 @@ dependencies = [
"enum_stringify",
"envconfig",
"futures",
"log",
"mongodb",
"serde",
"teloxide",

View File

@ -14,6 +14,7 @@ dotenvy = "0.15.7"
enum_stringify = "0.6.3"
envconfig = "0.11.0"
futures = "0.3.31"
log = "0.4.27"
mongodb = "3.2.3"
serde = { version = "1.0.219", features = ["derive", "serde_derive"] }
teloxide = { version = "0.14.0", features = ["macros", "postgres-storage-nativetls"] }