diff options
| author | rtkay123 <dev@kanjala.com> | 2026-02-02 22:29:43 +0200 |
|---|---|---|
| committer | rtkay123 <dev@kanjala.com> | 2026-02-02 22:29:43 +0200 |
| commit | 0ea3cb1d4743b922fbc6e07037096e75caffba8f (patch) | |
| tree | 22581bb5b3438bcf98a9be1c53646fb09c7aec4f /Cargo.toml | |
| parent | cdcf6a4caa66095c07ef9d6d3ebc7c795a046e1e (diff) | |
| download | sellershut-0ea3cb1d4743b922fbc6e07037096e75caffba8f.tar.bz2 sellershut-0ea3cb1d4743b922fbc6e07037096e75caffba8f.zip | |
feat: authorised path
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -16,6 +16,7 @@ oauth2 = "5.0.0" rand = "0.9.2" secrecy = "0.10.3" serde = "1.0.228" +serde_json = "1.0.149" thiserror = "2.0.18" tracing = "0.1.44" url = "2.5.8" @@ -42,6 +43,8 @@ clap = { version = "4.5.56", features = ["derive", "env"] } oauth2.workspace = true secrecy = { workspace = true, features = ["serde"] } serde = { workspace = true, features = ["derive"] } +serde_json.workspace = true +time = "0.3.46" tokio = { version = "1.49.0", features = ["rt-multi-thread", "macros", "signal"] } toml = "0.9.11" tower = "0.5.3" |
