diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -8,9 +8,20 @@ readme = "README.md" documentation = "https://books.kanjala.com/sellershut" [workspace.dependencies] +async-trait = "0.1.89" secrecy = "0.10.3" serde = "1.0.228" +shared-svc = { path = "lib/shared-svc" } thiserror = "2.0.18" +time = "0.3.47" tokio = "1.49.0" tracing = "0.1.44" url = "2.5.8" + +[workspace.dependencies.sqlx] +version = "0.8.6" +default-features = false +features = ["macros", "postgres", "runtime-tokio-rustls"] + +[profile.dev.package.sqlx-macros] +opt-level = 3 |
