chore(api): format Cargo.toml
1 files changed, 2 insertions(+), 2 deletions(-) M api/Cargo.toml
M api/Cargo.toml => api/Cargo.toml +2 -2
@@ 33,12 33,12 @@ features = [ "alloc", "std", "serde" ] [dependencies.actix-web] version = "4.3.0" default-features = false features = ["macros", "compress-gzip"] features = [ "macros", "compress-gzip" ] [dependencies.diesel] version = "2.0.3" default-features = false features = ["with-deprecated", "32-column-tables", "postgres", "r2d2", "chrono", "uuid"] features = [ "with-deprecated", "32-column-tables", "postgres", "r2d2", "chrono", "uuid" ] [dependencies.uuid] version = "1.3.0"