This commit is contained in:
parent
d42adbe274
commit
69e23fd9bb
4 changed files with 15 additions and 12 deletions
|
|
@ -33,7 +33,7 @@ tokio = { version = "1.47.1", features = ["macros", "rt-mu
|
|||
tower-http = { version = "0.6.6", features = ["fs"] }
|
||||
tower-sessions = { version = "0.14.0", features = ["signed"] }
|
||||
tower-sessions-sqlx-store = { version = "0.15.0", features = ["sqlite"] }
|
||||
tracing = "0.1.41"
|
||||
tracing = { version = "0.1.41", features = ["attributes"] }
|
||||
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
|
||||
vcard = "0.4.13"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue