aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1dab827..0a75b41 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,6 +11,7 @@ documentation = "https://books.kanjala.com/sellershut"
async-trait = "0.1.89"
secrecy = "0.10.3"
serde = "1.0.228"
+serde_json = "1.0.149"
shared-svc = { path = "lib/shared-svc" }
thiserror = "2.0.18"
time = "0.3.47"
@@ -21,7 +22,7 @@ url = "2.5.8"
[workspace.dependencies.sqlx]
version = "0.8.6"
default-features = false
-features = ["macros", "postgres", "runtime-tokio-rustls"]
+features = ["macros", "migrate", "postgres", "runtime-tokio-rustls"]
[profile.dev.package.sqlx-macros]
opt-level = 3