diff options
| author | rtkay123 <dev@kanjala.com> | 2026-02-09 17:54:46 +0200 |
|---|---|---|
| committer | rtkay123 <dev@kanjala.com> | 2026-02-09 17:54:46 +0200 |
| commit | a9630ecdc459068ca51ee2d7be3837d609840842 (patch) | |
| tree | 3bf6d1da4aefbaa351a36a0c63228bcdcf6b4917 /lib/auth-service/Cargo.toml | |
| parent | d2339ca8869af12c0fd8cf6fc87986f06b487de9 (diff) | |
| download | sellershut-a9630ecdc459068ca51ee2d7be3837d609840842.tar.bz2 sellershut-a9630ecdc459068ca51ee2d7be3837d609840842.zip | |
feat: connect to database
Diffstat (limited to 'lib/auth-service/Cargo.toml')
| -rw-r--r-- | lib/auth-service/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/auth-service/Cargo.toml b/lib/auth-service/Cargo.toml index e972312..d35d17e 100644 --- a/lib/auth-service/Cargo.toml +++ b/lib/auth-service/Cargo.toml @@ -11,6 +11,7 @@ async-session = "3.0.0" async-trait.workspace = true oauth2 = "5.0.0" secrecy = "0.10.3" +serde_json = "1.0.149" shared-svc = { workspace = true, features = ["cache"] } sqlx.workspace = true thiserror.workspace = true |
