cargo add log
This commit is contained in:
parent
ffe2fd8bc1
commit
fd3ef221c9
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -839,6 +839,7 @@ dependencies = [
|
||||
"enum_stringify",
|
||||
"envconfig",
|
||||
"futures",
|
||||
"log",
|
||||
"mongodb",
|
||||
"serde",
|
||||
"teloxide",
|
||||
|
||||
@ -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"] }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user