aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3b2dfc6..2aef60c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"