reformat cargo.toml

feat/vaults
Tomáš Mládek 2021-12-21 23:10:47 +01:00
parent ec3a0fe529
commit 2c221911e1
No known key found for this signature in database
GPG Key ID: ED21612889E75EC5
1 changed files with 6 additions and 1 deletions

View File

@ -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"] }