summaryrefslogtreecommitdiff
path: root/schist_backend
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2025-07-17 23:15:31 +0100
committerJoe Carstairs <me@joeac.net>2025-07-17 23:15:41 +0100
commiteb5c1e031ee69e4eef68d3054c973ded23dc8e64 (patch)
tree33076accf4c5971318b148e482a877a56d5f1e8b /schist_backend
parent5a75def2f5e9cd5f3421a908505c59ac074dae74 (diff)
applies formatting
Diffstat (limited to 'schist_backend')
-rw-r--r--schist_backend/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/schist_backend/Cargo.toml b/schist_backend/Cargo.toml
index 1faa9d8..ac67316 100644
--- a/schist_backend/Cargo.toml
+++ b/schist_backend/Cargo.toml
@@ -4,8 +4,8 @@ version = "0.1.0"
edition = "2021"
[dependencies]
-chrono = { workspace = true, features = ["serde"] }
cfg-if = { workspace = true }
+chrono = { workspace = true, features = ["serde"] }
diesel = { workspace = true, features = ["sqlite"] }
diesel_migrations = { workspace = true }
libsqlite3-sys = { workspace = true, features = ["bundled"] }