summaryrefslogtreecommitdiff
path: root/schist_models/Cargo.toml
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_models/Cargo.toml
parent5a75def2f5e9cd5f3421a908505c59ac074dae74 (diff)
applies formatting
Diffstat (limited to 'schist_models/Cargo.toml')
-rw-r--r--schist_models/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/schist_models/Cargo.toml b/schist_models/Cargo.toml
index a3e5021..51ac324 100644
--- a/schist_models/Cargo.toml
+++ b/schist_models/Cargo.toml
@@ -10,7 +10,7 @@ derive_builder = { workspace = true }
diesel = { workspace = true, features = ["sqlite"] }
diesel_migrations = { workspace = true }
schist_traits = { path = "../schist_traits" }
-serde = { workspace = true, features = ["derive"] }
+serde = { workspace = true, features = ["derive"] }
[dev-dependencies]
libsqlite3-sys = { workspace = true, features = ["bundled"] }