mirror of
https://github.com/dani-garcia/vaultwarden
synced 2024-11-05 07:08:59 +01:00
87e08b9e50
This is a rather large PR which updates the async branch to have all the database methods as an async fn. Some iter/map logic needed to be changed to a stream::iter().then(), but besides that most changes were just adding async/await where needed.
7 lines
166 B
TOML
7 lines
166 B
TOML
#version = "One"
|
|
edition = "2021"
|
|
max_width = 120
|
|
newline_style = "Unix"
|
|
use_small_heuristics = "Off"
|
|
#struct_lit_single_line = false
|
|
#overflow_delimited_expr = true
|