From 2c221911e116cfc08576f2f6784ff11f346a2aa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Tue, 21 Dec 2021 23:10:47 +0100 Subject: [PATCH] reformat cargo.toml --- Cargo.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b74db8e..0a9d584 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,12 @@ lazy_static = "1.4.0" once_cell = "1.7.2" lru = "0.7.0" -diesel = { version = "1.4", features = ["sqlite", "r2d2", "chrono", "serde_json"] } +diesel = { version = "1.4", features = [ + "sqlite", + "r2d2", + "chrono", + "serde_json", +] } diesel_migrations = "1.4" libsqlite3-sys = { version = "^0", features = ["bundled"] }