diff options
| author | Joe Carstairs <me@joeac.net> | 2025-07-17 23:15:31 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2025-07-17 23:15:41 +0100 |
| commit | eb5c1e031ee69e4eef68d3054c973ded23dc8e64 (patch) | |
| tree | 33076accf4c5971318b148e482a877a56d5f1e8b /schist_backend/Cargo.toml | |
| parent | 5a75def2f5e9cd5f3421a908505c59ac074dae74 (diff) | |
applies formatting
Diffstat (limited to 'schist_backend/Cargo.toml')
| -rw-r--r-- | schist_backend/Cargo.toml | 2 |
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"] } |
